|
ROL
|
#include <ROL_MINRES.hpp>
Inheritance diagram for ROL::details::MINRES< Real >:Public Member Functions | |
| MINRES (Real absTol=1.e-4, Real relTol=1.e-2, unsigned maxit=100, bool useInexact=false) | |
| virtual Real | run (V &x, OP &A, const V &b, OP &M, int &iter, int &flag) override |
Public Member Functions inherited from ROL::Krylov< Real > | |
| virtual | ~Krylov (void) |
| Krylov (Real absTol=1.e-4, Real relTol=1.e-2, unsigned maxit=100) | |
| Krylov (ROL::ParameterList &parlist) | |
| void | resetAbsoluteTolerance (const Real absTol) |
| void | resetRelativeTolerance (const Real relTol) |
| void | resetMaximumIteration (const unsigned maxit) |
| Real | getAbsoluteTolerance (void) const |
| Real | getRelativeTolerance (void) const |
| unsigned | getMaximumIteration (void) const |
Private Types | |
| using | V = Vector< Real > |
| using | OP = LinearOperator< Real > |
Private Member Functions | |
| void | givens (Real &c, Real &s, Real &r, Real a, Real b) const |
Private Attributes | |
| Real | resnorm_ |
| int | maxiter_ |
| bool | useInexact_ |
| array< Real, 4 > | H_ |
| array< Real, 2 > | rhs_ |
| VectorCloneMap< Real > | clones_ |
Definition at line 65 of file ROL_MINRES.hpp.
|
private |
Definition at line 67 of file ROL_MINRES.hpp.
|
private |
Definition at line 68 of file ROL_MINRES.hpp.
|
inline |
Definition at line 113 of file ROL_MINRES.hpp.
|
inlineprivate |
Definition at line 81 of file ROL_MINRES.hpp.
References zero.
|
inlineoverridevirtual |
Implements ROL::Krylov< Real >.
Definition at line 118 of file ROL_MINRES.hpp.
References ROL::LinearOperator< Real >::apply(), and ROL::Vector< Real >::axpy().
|
private |
Definition at line 73 of file ROL_MINRES.hpp.
|
private |
Definition at line 74 of file ROL_MINRES.hpp.
|
private |
Definition at line 75 of file ROL_MINRES.hpp.
|
private |
Definition at line 76 of file ROL_MINRES.hpp.
|
private |
Definition at line 77 of file ROL_MINRES.hpp.
|
private |
Definition at line 79 of file ROL_MINRES.hpp.
1.8.5