Skip to content

norm, covar, dlyap cannot handle systems of dimension > 150 #300

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

Closed
olof3 opened this issue Apr 28, 2020 · 1 comment · May be fixed by #443
Closed

norm, covar, dlyap cannot handle systems of dimension > 150 #300

olof3 opened this issue Apr 28, 2020 · 1 comment · May be fixed by #443

Comments

@olof3
Copy link
Contributor

olof3 commented Apr 28, 2020

N = 200
dlyap(randn(N,N), Matrix(I(N)))

crashes julia (on my machine) due to the naive implementation of the Lyapunov solver that attempts to invert N^2 x N^2 matrices.

covar and norm rely on dlyap so these functions have the same problem.

@mfalt , @baggepinnen we should discuss how to handle this and related problems

@olof3 olof3 changed the title norm, covar, dlyap cannot systems of dimension > 150 norm, covar, dlyap cannot handle systems of dimension > 150 Apr 28, 2020
@baggepinnen
Copy link
Member

Fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants