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

eigensolvers for Hessenberg matrices #41420

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

eigensolvers for Hessenberg matrices #41420

wants to merge 1 commit into from

Conversation

stevengj
Copy link
Member

@stevengj stevengj commented Jun 30, 2021

WIP to fix #41406.

To do:

  • eigvals(H)
  • eigvals(H,U) where U is upper-triangular
  • eigvecs and eigen
  • schur
  • tests
  • documentation

Currently very incomplete, but the eigvals alone might be useful to some folks so I thought it would be worth posting.

@stevengj stevengj added the domain:linear algebra Linear algebra label Jun 30, 2021
@davidschlegel
Copy link

How far is this project?
To me, it seems really important to have an efficient algorithm for Hessenberg matrices.

@stevengj
Copy link
Member Author

@davidschlegel, I haven't worked on it since posting this draft PR.

What applications did you have in mind?

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

Successfully merging this pull request may close these issues.

eigensolvers for Hessenberg matrices
2 participants