ARPACKsymm.hh
void compute_()
which
Specify which of the Ritz values of OP (described in modus) to compute.
Definition: ARPACKsymm.hh:70
virtual ~ArPackSymm()
virtual const concepts::Array< concepts::Vector< Real > * > & getEF()
const concepts::Vector< Real > * start_
Starting vector, if not given ArPackSymm invents one.
Definition: ARPACKsymm.hh:163
Eigenvalue solver using ArPack, the routine dsaupd.
Definition: ARPACKsymm.hh:65
virtual const concepts::Array< Real > & getEV()
Returns an array with the eigen values.
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
ArPackSymm(concepts::Operator< Real > &OP, concepts::Operator< Real > &A, concepts::Operator< Real > &B, const int kmax=1, const Real tol=0.0, const int maxiter=300, enum which target=SM, enum modus mode=REGINV, const Real sigma=0.0, const concepts::Vector< Real > *start=0)
Constructor.
concepts::Array< concepts::Vector< Real > * > ev_
References into storage for eigenvectors.
Definition: ARPACKsymm.hh:155
modus
Specify mode of ArPackSymm which should be used to compute the Ritz values of OP.
Definition: ARPACKsymm.hh:87