23 #include <cusp/detail/config.h>
78 template <
typename MatrixType>
121 template <
typename MatrixType>
164 template <
typename MatrixType>
207 template <
typename MatrixType>
216 #include <cusp/eigen/detail/spectral_radius.inl>
double estimate_spectral_radius(const MatrixType &A, size_t k=20)
Approximate spectral radius of A using Lanczos.
double estimate_rho_Dinv_A(const MatrixType &A)
Approximate spectral radius of (D^-1)A.
double ritz_spectral_radius(const MatrixType &A, size_t k=10, bool symmetric=false)
Approximate spectral radius of A using Lanczos or Arnoldi.
double disks_spectral_radius(const MatrixType &A)
Uses Gershgorin disks to approximate spectral radius.