|
gstlearn
1.0.0
CCC
|
This is the complete list of members for CGParam, including all inherited members.
| _eps | CGParam | private |
| _nIterMax | CGParam | private |
| _precond | CGParam | private |
| _precondStatus | CGParam | private |
| _x0 | CGParam | private |
| 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 |