|
| LanczosInfo | LanczosEigenSolver (Vector &eigVal, Matrix &eigVec, NEXT_VECTOR NextKrylovVector, mkIndex n, mkIndex neigWanted, const char eigPart[], LanczosOptions &opts) |
| | Lanczos eigensolver, the most general form. More...
|
| |
|
LanczosInfo | LanczosEigenSolver (Vector &eigVal, Matrix &eigVec, NEXT_VECTOR NextKrylovVector, mkIndex n, mkIndex neigWanted, const char eigPart[]) |
| | The same as LanczosEigenSolver(), but with the default LanczosOptions.
|
| |
|
LanczosInfo | LanczosEigenSolver (Vector &eigVal, Matrix &eigVec, const SymmetricMatrix &A, mkIndex neigWanted, const char eigPart[], LanczosOptions &opts) |
| | The same as LanczosEigenSolver(), but with the NextKrylovVector() defined as A*v.
|
| |
|
LanczosInfo | LanczosEigenSolver (Vector &eigVal, Matrix &eigVec, const SymmetricMatrix &A, mkIndex neigWanted, const char eigPart[]) |
| | The same as LanczosEigenSolver(), but with the NextKrylovVector() defined as A*v and with default LanczosOptions.
|
| |
|
LanczosInfo | LanczosEigenSolver (Vector &eigVal, Matrix &eigVec, const SparseMatrix &A, mkIndex neigWanted, const char eigPart[], LanczosOptions &opts) |
| | The same as LanczosEigenSolver(), but with the NextKrylovVector() defined as A*v.
|
| |
|
LanczosInfo | LanczosEigenSolver (Vector &eigVal, Matrix &eigVec, const SparseMatrix &A, mkIndex neigWanted, const char eigPart[]) |
| | The same as LanczosEigenSolver(), but with the NextKrylovVector() defined as A*v and with default LanczosOptions.
|
| |
Routines for the Lanczos method for extreme eigenvalues (and optionally the corresponding eigenvectors) of a symmetric matrix.