-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solving Lyapunov equations #42
Comments
Hey @jstac. So I spent a couple minutes looking at this (very contrived examples, nothing really interesting), and it looks like doublej(same as |
@cc7768: Thanks for this. Regarding the eigenvalues in different use cases, I'm not 100% sure. Would you mind to run that by Tom directly via email? My preference would be to use doublej and perhaps put a note in the docstring indicating the existence of the SciPy option and a short rationale for using doublej (i.e., better performance). Finally, I suggest we rename doublej to solve_discrete_lyapunov. |
@jstac It is currently named |
If I understand well, the doubling algorithm implemented in |
This is something we do a lot of. At present we use SciPy's solve_discrete_lyapunov. It might be worth comparing this against Tom's doublej routine.
The text was updated successfully, but these errors were encountered: