Expand description
Lightweight solvers for generalized eigenvalue problems.
Re-exports§
pub use c64::C64;pub use feast::contour::ContourPoint;pub use feast::contour::FeastInterval;pub use feast::feast_solve_interval;pub use feast::FeastConfig;pub use feast::FeastIntervalResult;pub use feast::FeastIterationInfo;pub use ic0::Ic0Preconditioner;
Modules§
Structs§
- Dense
Matrix - Jacobi
Preconditioner - Lobpcg
Config - Solver configuration.
- Lobpcg
Result
Traits§
Functions§
- lobpcg
- Solve with DC deflation enabled (default, backwards-compatible).
- lobpcg_
configured - Solve with explicit configuration.
- lobpcg_
with_ progress