-
-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
As discussed here it would be nice to support eigenvalues problems in the SciML ecosystem.
Some of the things that should be included:
- dense eigenproblems via the Julia's built in eigen function from LinearAlgebra
- Arnoldi-Lanczos methods for sparse eigenproblems (including shift-and-invert): some packages that implement Arnoldi-Lanczos are Arpack.jl, ArnoldiMethod.jl, KrylovKit.jl
- Jacobi-Davidson method: there is JacobiDavidson.jl
Nice to have:
- FEAST and IFEAST method: I did a prototype implementation of the FEAST solver in julia. It needs more work and the really interesting part iterative-FEAST or IFEAST (which does not require matrix factorizations, but instead only needs matrix-vector multiplication) is not implemented yet. I can give it a try
ChrisRackauckas, vpuri3 and Uroc327
Metadata
Metadata
Assignees
Labels
No labels