Fork me on GitHub
 All Classes Files Functions Variables Groups Pages
Functions
spectral_radius.h File Reference

Various methods to compute spectral radius. More...

Go to the source code of this file.

Functions

template<typename MatrixType >
double cusp::eigen::disks_spectral_radius (const MatrixType &A)
 Uses Gershgorin disks to approximate spectral radius. More...
 
template<typename MatrixType >
double cusp::eigen::estimate_rho_Dinv_A (const MatrixType &A)
 Approximate spectral radius of (D^-1)A. More...
 
template<typename MatrixType >
double cusp::eigen::estimate_spectral_radius (const MatrixType &A, size_t k=20)
 Approximate spectral radius of A using Lanczos. More...
 
template<typename MatrixType >
double cusp::eigen::ritz_spectral_radius (const MatrixType &A, size_t k=10, bool symmetric=false)
 Approximate spectral radius of A using Lanczos or Arnoldi. More...
 

Detailed Description

Various methods to compute spectral radius.

Definition in file spectral_radius.h.