30 template <
typename F,
typename G>
71 const int nev = 3,
const int m = 3,
const int k = 0,
72 const int maxiter = 300,
87 virtual std::ostream&
info(std::ostream& os)
const;
virtual uint converged() const
Returns the number of converged eigenpairs (not implemented)
virtual ~DirPowIt()
Destructor.
virtual uint iterations() const
Returns the number of iterations.
DirPowIt(concepts::Operator< F > &A, const int nev=3, const int m=3, const int k=0, const int maxiter=300, concepts::Array< concepts::Vector< G > * > *start=0, const Real tol=0)
virtual const concepts::Array< concepts::Vector< G > * > & getEF()
Returns an array with the eigenfunctions.
virtual const concepts::Array< G > & getEV()
Returns an array with the eigenvalues.
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
std::complex< Real > Cmplx
Type for a complex number. It also depends on the setting of Real.