23 #include <cusp/detail/config.h>
25 #include <cusp/eigen/lanczos_options.h>
39 template <
typename Matrix,
typename Array1d>
40 void lanczos(
const Matrix& A, Array1d& eigVals);
42 template <
typename Matrix,
typename Array1d,
typename Array2d>
43 void lanczos(
const Matrix& A, Array1d& eigVals, Array2d& eigVecs);
105 template <
typename Matrix,
110 typename LanczosOptions>
114 LanczosOptions& options);
122 #include <cusp/eigen/detail/lanczos.inl>
void lanczos(const Matrix &A, Array1d1 &eigVals, Array2d1 &eigVecs, LanczosOptions &options)
Lanczos method.