Skip to content

Add EigenvalueProblem supportΒ #143

@BacAmorim

Description

@BacAmorim

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions