|
ROL
|
This is the complete list of members for ROL::Krylov< Real >, including all inherited members.
| absTol_ | ROL::Krylov< Real > | private |
| getAbsoluteTolerance(void) const | ROL::Krylov< Real > | inline |
| getMaximumIteration(void) const | ROL::Krylov< Real > | inline |
| getRelativeTolerance(void) const | ROL::Krylov< Real > | inline |
| Krylov(Real absTol=1.e-4, Real relTol=1.e-2, unsigned maxit=100) | ROL::Krylov< Real > | inline |
| Krylov(ROL::ParameterList &parlist) | ROL::Krylov< Real > | inline |
| maxit_ | ROL::Krylov< Real > | private |
| relTol_ | ROL::Krylov< Real > | private |
| resetAbsoluteTolerance(const Real absTol) | ROL::Krylov< Real > | inline |
| resetMaximumIteration(const unsigned maxit) | ROL::Krylov< Real > | inline |
| resetRelativeTolerance(const Real relTol) | ROL::Krylov< Real > | inline |
| run(Vector< Real > &x, LinearOperator< Real > &A, const Vector< Real > &b, LinearOperator< Real > &M, int &iter, int &flag)=0 | ROL::Krylov< Real > | pure virtual |
| ~Krylov(void) | ROL::Krylov< Real > | inlinevirtual |
1.8.5