This is the complete list of members for CGParam, including all inherited members.
CGParam(int nitermax=1000, double eps=EPSILON8) | CGParam | |
CGParam(const CGParam &m) | CGParam | |
getEps() const | CGParam | inline |
getNIterMax() const | CGParam | inline |
getPrecond() const | CGParam | inline |
getPrecondStatus() const | CGParam | inline |
getX0() const | CGParam | inline |
getX0(int i) const | CGParam | inline |
operator=(const CGParam &m) | CGParam | |
setEps(double eps) | CGParam | inline |
setNIterMax(int nIterMax) | CGParam | inline |
setPrecond(const ALinearOp *precond, int status) | CGParam | |
setPrecondStatus(int precondStatus) | CGParam | inline |
setX0(VectorDouble x0) | CGParam | inline |
~CGParam() | CGParam | virtual |