-
Notifications
You must be signed in to change notification settings - Fork 0
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
[WIP] tridiagonal_eigh #45
base: main
Are you sure you want to change the base?
Conversation
At commit c0e27ff, |
With commit 85b4ebd, I added Alex's code for the computation of eigenvalues of a tridiagonal matrix and added an example in which eigenvectors of a real symmetric matrix are computed using the inverse iteration method.
Memory usage is reported below. Note the huge component due to Internal Exchange Message Buffers (276MiB) and Internal Exchange Code (115MiB). |
This PR covers the mods required to implement the computation of eigenvectors and eigenvalues of a (symmetrical) tridiagonal matrix, such as the one emerging from a reduction to Hessenberg form.