Class template lanczos_nlowest_better
ietl::lanczos_nlowest_better
Synopsis
template<typename T>
class lanczos_nlowest_better :
public ietl::basic_lanczos_iteration< T, lanczos_nlowest_better< T > >
{
public:
lanczos_nlowest_better(unsigned int, unsigned int,
T = 100.*std::numeric_limits< T >::epsilon(),
T = 100.*std::numeric_limits< T >::epsilon(),
unsigned int = 50);
template<typename Tmatrix> bool converged(const Tmatrix &) const;
};
Description
lanczos_nlowest_better
public
construct/copy/destruct
lanczos_nlowest_better(unsigned int max_iter, unsigned int n,
T r = 100.*std::numeric_limits< T >::epsilon(),
T a = 100.*std::numeric_limits< T >::epsilon(),
unsigned int check_each = 50);
lanczos_nlowest_better
public member functions
template<typename Tmatrix> bool converged(const Tmatrix & tmatrix) const;