ROL
|
#include <ROL_MINRES.hpp>
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 31 of file ROL_MINRES.hpp.
|
private |
Definition at line 33 of file ROL_MINRES.hpp.
|
private |
Definition at line 34 of file ROL_MINRES.hpp.
|
inline |
Definition at line 79 of file ROL_MINRES.hpp.
|
inlineprivate |
Definition at line 47 of file ROL_MINRES.hpp.
References zero.
|
inlineoverridevirtual |
Implements ROL::Krylov< Real >.
Definition at line 84 of file ROL_MINRES.hpp.
References ROL::LinearOperator< Real >::apply(), and ROL::Vector< Real >::axpy().
|
private |
Definition at line 39 of file ROL_MINRES.hpp.
|
private |
Definition at line 40 of file ROL_MINRES.hpp.
|
private |
Definition at line 41 of file ROL_MINRES.hpp.
|
private |
Definition at line 42 of file ROL_MINRES.hpp.
|
private |
Definition at line 43 of file ROL_MINRES.hpp.
|
private |
Definition at line 45 of file ROL_MINRES.hpp.