Skip to main content

Crate neco_eigensolve

Crate neco_eigensolve 

Source
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§

c64
chefsi
cms
feast
FEAST contour-integral eigensolver (Polizzi 2009).
ic0
rng

Structs§

DenseMatrix
JacobiPreconditioner
LobpcgConfig
Solver configuration.
LobpcgResult

Traits§

Preconditioner

Functions§

lobpcg
Solve with DC deflation enabled (default, backwards-compatible).
lobpcg_configured
Solve with explicit configuration.
lobpcg_with_progress