Feature: LOBPCG the new eigensolver #5265
Cstandardlib
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background
I propose the development of a new feature within our software framework: the implementation of the Locally Optimal Block Preconditioned Conjugate Gradient (LOBPCG) algorithm as a general eigenvalue solver. This will complement our existing solvers like the Conjugate Gradient (CG) and Davidson methods, providing users with a versatile tool for solving generalized eigenvalue problem of large, sparse matrices.
Describe the solution you'd like
The primary objective is to implement LOBPCG as a standalone module within our software framework, ensuring it is:
Testing and Validation:
Task list only for developers
Notice Possible Changes of Behavior (Reminder only for developers)
No response
Notice any changes of core modules (Reminder only for developers)
No response
Notice Possible Changes of Core Modules (Reminder only for developers)
No response
Additional Context
No response
Task list for Issue attackers (only for developers)
Beta Was this translation helpful? Give feedback.
All reactions