Skip to content
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

Schur decomposition in eigen? #35

Open
JensWehner opened this issue Sep 1, 2020 · 2 comments
Open

Schur decomposition in eigen? #35

JensWehner opened this issue Sep 1, 2020 · 2 comments

Comments

@JensWehner
Copy link

For non symmetric systems, a Schur decomposition instead of an eigenvalue decomposition is used internally. This is a preparation for the non-symmetric case.

@JensWehner
Copy link
Author

So Eigen has a Schur decomposition, but the sorting of eigenvalues gets more complicated for schur decomposition, so the rodering of schur vectors would have to be implemented which is really not easy.

@JensWehner
Copy link
Author

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

No branches or pull requests

1 participant