SciML / LinearSolve.jl

LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
https://docs.sciml.ai/LinearSolve/stable/
Other
245 stars 52 forks source link

Direct and Iterative eigensolvers #487

Open dynamic-queries opened 6 months ago

dynamic-queries commented 6 months ago

Is your feature request related to a problem? Please describe. As @ChrisRackauckas pointed out, algorithms for the new problems class (EigenProblems,EigenSolutions) can live in this package.

Additional context Eventually, a ModelingToolkit.jl interface that services different preconditioners with iterative eigensolvers (that would eventually live here) should be implemented.