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

Add LAPACK functions for Nonsymmetric Eigenvalues Problems #962

Closed
albertomercurio opened this issue Oct 22, 2022 · 2 comments · Fixed by JuliaLang/julia#47872
Closed

Add LAPACK functions for Nonsymmetric Eigenvalues Problems #962

albertomercurio opened this issue Oct 22, 2022 · 2 comments · Fixed by JuliaLang/julia#47872

Comments

@albertomercurio
Copy link
Contributor

Hello,

I think it could be great to add some of the LAPACK functions for Nonsymmetric Eigenvalues Problems.

Most of them are yet implemented, but I noticed that for example hseqr (which finds the eigenvalues and Schur factorization of an Hesenber matrix) is not yet present.

@albertomercurio
Copy link
Contributor Author

I think it is not so difficult to implement. The KrylovKit package did it on his own.

https://github.com/Jutho/KrylovKit.jl/blob/dee29fe34c724e4c9532ea22dfb6e0464263b8c1/src/dense/linalg.jl#L499

@ViralBShah
Copy link
Member

If you could, please submit a PR. Happy to accept.

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