SmallES.hh
virtual const concepts::Array< concepts::Vector< F > * > & getEF()
Returns an array with the eigenfunctions.
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
concepts::Array< concepts::Vector< F > * > eigenvectors_
Storage for eigenvectors.
Definition: SmallES.hh:95
std::complex< Real > Cmplx
Type for a complex number. It also depends on the setting of Real.
Definition: typedefs.hh:39
virtual uint converged() const
Returns the number of converged eigenpairs: (not implemented)
Definition: SmallES.hh:85
virtual const concepts::Array< F > & getEV()
Returns an array with the real parts of the eigenvalues in the first kmax entries and the imaginary p...
Eigenvalue solver using LaPack routine dgeev (Real) zgeev (Cmplx).
Definition: SmallES.hh:38