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

Partial back transformation of eigenvectors #1194

Draft
wants to merge 76 commits into
base: master
Choose a base branch
from

Conversation

RMeli
Copy link
Member

@RMeli RMeli commented Sep 23, 2024

Select the eigenvectors corresponding to the N lowest eigenvalues (from index 0 to last-eval-index) on which the back transformation is applied. The tridiagonal solver is still solved in full, therefore only the cost of the back transformation is gained.

TODO:

  • Partial triangular multiplication (final step of generalized eigensolver)
  • C API (and C API tests)
    • Standard
    • Generalised

@RMeli
Copy link
Member Author

RMeli commented Nov 5, 2024

cscs-ci run

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

Successfully merging this pull request may close these issues.

3 participants