Lanczos method. More...
Go to the source code of this file.
Functions | |
| template<typename Matrix , typename Array1d1 , typename Array2d1 , typename Array1d2 , typename Array2d2 , typename LanczosOptions > | |
| void | cusp::eigen::lanczos (const Matrix &A, Array1d1 &eigVals, Array2d1 &eigVecs, LanczosOptions &options) |
| Lanczos method. More... | |
Lanczos method.
Definition in file lanczos.h.
1.8.6