virtual std::ostream & info(std::ostream &os) const
virtual ~GMRes()
Exception indicating that the solver did not converge up to the desired accuracy in the given number ...
Definition: noConvException.hh:20
GMRes(Operator< F > &A, Real maxeps, int maxit=0, uint rs=0, uint relres=0, Operator< F > *W=0)
Constructor.
Definition: gmres.hh:34
virtual const uint dimX() const
Returns the size of the image space of the operator (number of rows of the corresponding matrix)
Definition: compositions.hh:93
Definition: gmres.hh:52
virtual void apply_(const Vector< F > &fncY, Vector< F > &fncX)
Intrinsic application method, i.e.
Abstract class for an operator acting on vectors only, not arbitrary functions.
Definition: compositions.hh:115
Solves a system of linear equations with general minimal residuals (GMRes).
Definition: gmres.hh:24
virtual const uint dimY() const
Returns the size of the source space of the operator (number of columns of the corresponding matrix)
Definition: compositions.hh:98