Arnoldi method. More...
Go to the source code of this file.
Functions | |
template<typename Matrix , typename Array2d > | |
void | cusp::eigen::arnoldi (const Matrix &A, Array2d &H, size_t k=10) |
Approximate spectral radius of A using Arnoldi. More... | |
Arnoldi method.
Definition in file arnoldi.h.