Petar Mlinarić

Results 146 comments of Petar Mlinarić

Ok, I thought we were looking for more use cases. Anyway, at least #765 needs to be implemented, maybe also #764 to force exact zeros in Householder reflections.

> Yes. Unfortunately, this will get a bit complicated, as we need to decide to to actually specify the function that is to be applied. Right, I guess having a...

This looks to me more like a bug in `numpy.allclose` than `from_numpy`/`to_numpy`... Either way, I can't think of a place where infs and nans would be ok, so I would...

I guess this would be especially convenient for parametric models. I'm wondering how multiple matrices contained in a single Matlab-style `.mat` file would be handled.

That would be awesome :+1: :smile: I might contribute TSIA to sssMOR, if you would like to compare it to your IRKA implementation. Note that all the systems theory stuff...

> Hello, are there any news on the implementation of MOR methods for discrete-time systems? Hi, nothing so far. Is there a particular method you are interested in? Would you...

> At the moment I am performing balancing transformations and computing Cholesky factors of DALEs with Slycot. At a quick glance it seems doable to integrate this into your codebase...

> I have found some time to look more closely at implementing proposed changes. I might need some help to get started as I am new to such large code...

Does it make sense to use JSON instead of YAML? At least there is a [JSON parser](https://docs.python.org/3/library/json.html) in the standard library...

> > Does it make sense to use JSON instead of YAML? At least there is a [JSON parser](https://docs.python.org/3/library/json.html) in the standard library... > > IMO plain JSON is harder...