37 , eps_(1.0), it_(0), rs_(rs ? rs :
maxit), relres_(
relres) {}
50 virtual std::ostream&
info(std::ostream&
os)
const;
60 R(
uint szh, R* lnk = 0) : right(0), v(0) {
61 if ((left = lnk)) lnk->right =
this;
63 std::memset(h, 0,
szh *
sizeof(F));
65 ~R() {
delete v;
delete[] h;}
87 virtual void apply_();
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
GMRes(Operator< F > &A, Real maxeps, int maxit=0, uint rs=0, uint relres=0, Operator< F > *W=0)
virtual const uint dimY() const
virtual const uint dimX() const
Set< F > makeSet(uint n, const F &first,...)