|
numerics 0.1.0
|
Lanczos overload wrappers. More...
#include "linalg/eigen/lanczos.hpp"#include "linalg/sparse/sparse_op.hpp"#include "operator/dense.hpp"#include "operator/properties.hpp"#include <stdexcept>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.