37 template <
typename F = Cmplx>
87 virtual std::ostream&
info(std::ostream& os)
const;
virtual const concepts::Array< F > & getEV()
virtual uint converged() const
Returns the number of converged eigenpairs: (not implemented)
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
SmallES(concepts::DenseMatrix< G > &A)
virtual uint iterations() const
Returns the number of iterations.
SmallES(concepts::Matrix< G > &A)
virtual const concepts::Array< concepts::Vector< F > * > & getEF()
SmallES(concepts::Array< F > &A)
SmallES(concepts::ElementMatrix< G > &A)
std::complex< Real > Cmplx
Type for a complex number. It also depends on the setting of Real.