![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
ietl::fixed_lanczos_iteration
// In header: <alps/src/ietl/iteration.h> template<typename T> class fixed_lanczos_iteration : public ietl::basic_lanczos_iteration< T, fixed_lanczos_iteration< T > > { public: // construct/copy/destruct fixed_lanczos_iteration(unsigned int); // public member functions template<typename Tmatrix> bool converged(const Tmatrix &) const; };
fixed_lanczos_iteration
public member functionstemplate<typename Tmatrix> bool converged(const Tmatrix &) const;
Copyright © 2011 Matthias Troyer, Bela Bauer, Robin Jäger |