Art Pelling

Results 18 issues of Art Pelling

I saw that a new slycot version was released last week. It includes my bugfix PR for an incorrectly set `ldwork` variable in the discrete-time case. If we update our...

pr:removal
dependencies
autoupdate

This draft PR contains an implementation of the [Eigensystem Realization Algorithm](https://doi.org/10.2514/3.20031) with an optional [Tangential Interpolation of Markov Parameters](https://doi.org/10.1080/13873954.2016.1198389) and possible use of [randomized SVD](http://dx.doi.org/10.1137/20M1327616). There are a lot of...

pr:new-feature

This PR adds `random_state=None` and `seed=None` to the arguments of `rrf` and `adaptive_rrf` in order to enable reproducible computations and fixes a typo in the docstring of `VectorArray.random`.

pr:new-feature
pr:fix

A quick performance check (see #1522) revealed that the SLICOT routine `SB03OD` (which computes the Cholesky factor directly) is faster than `solve_lyap_lrcf` with `backend=slycot` (which` calls `solve_lyap_dense` and computes the...

feature request

Hello, I have the problem that `lsp-ui-show-doc` is very short and `company-show-doc-buffer` just opens an empty buffer for many functions (bultins and numpy for example). I tried many things and...

For some time now, the display of documentation does not work with many numpy functions. `lsp-ui-doc-show` works` for everything else (including for example built-in functions, scipy and locally defined functions)...

I have an issue similar to #120 and #96, where imports of project modules fail when I send a file to the python interpreter with `C-c C-c` that is located...

i cannot install from MELPA, is it still supported?

Hi guys, I have had this Loewner operator code for a while. I have polished it a little bit and would like to discuss about it. I have not added...

pr:new-feature
autoupdate

Related to #1689, we should deprecate `slycot` < `0.4.0` in the future.

pr:deprecation