gstlearn
0.3.3
CCC
|
This is the complete list of members for ALinearOp, including all inherited members.
_eps | ALinearOp | private |
_evalDirect(const VectorDouble &inv, VectorDouble &outv) const =0 | ALinearOp | protectedpure virtual |
_nIterMax | ALinearOp | private |
_precond | ALinearOp | private |
_precondStatus | ALinearOp | private |
_prod(const VectorDouble &x, const VectorDouble &y) const | ALinearOp | private |
_x0 | ALinearOp | private |
ALinearOp(int nitermax=1000, double eps=EPSILON8) | ALinearOp | |
ALinearOp(const ALinearOp &m) | ALinearOp | |
evalDirect(const VectorDouble &inv, VectorDouble &outv) const | ALinearOp | |
evalInverse(const VectorDouble &inv, VectorDouble &outv) const | ALinearOp | virtual |
getSize() const =0 | ALinearOp | pure virtual |
operator=(const ALinearOp &m) | ALinearOp | |
setEps(double eps) | ALinearOp | inline |
setNIterMax(int nitermax) | ALinearOp | inline |
setPrecond(const ALinearOp *precond, int status) | ALinearOp | |
setX0(VectorDouble &x0) | ALinearOp | inline |
~ALinearOp() | ALinearOp | virtual |