|
numerics 0.1.0
|
Lanczos overload wrappers. More...
Go to the source code of this file.
Namespaces | |
| namespace | num |
Functions | |
| LanczosResult | num::lanczos (const Matrix &A, idx k, real tol=1e-10, idx max_steps=0, Backend backend=Backend::seq) |
| LanczosResult | num::lanczos (const SparseMatrix &A, idx k, real tol=1e-10, idx max_steps=0, Backend backend=Backend::seq) |
Lanczos overload wrappers.
Definition in file lanczos.cpp.