FV3 Bundle
|
#include <MINRESMinimizer.h>
Public Member Functions | |
const std::string | classname () const override |
MINRESMinimizer (const eckit::Configuration &, const CostFct_ &J) | |
~MINRESMinimizer () | |
Public Member Functions inherited from oops::PrimalMinimizer< MODEL > | |
PrimalMinimizer (const CostFct_ &J) | |
~PrimalMinimizer () | |
Public Member Functions inherited from oops::Minimizer< MODEL > | |
Minimizer (const CostFct_ &J) | |
virtual | ~Minimizer () |
ControlIncrement< MODEL > * | minimize (const eckit::Configuration &) |
Private Types | |
typedef BMatrix< MODEL > | Bmat_ |
typedef CostFunction< MODEL > | CostFct_ |
typedef ControlIncrement< MODEL > | CtrlInc_ |
typedef HessianMatrix< MODEL > | Hessian_ |
Private Member Functions | |
double | solve (CtrlInc_ &, const CtrlInc_ &, const Hessian_ &, const Bmat_ &, const int, const double) override |
MINRES Minimizer.
Implements the standard Preconditioned Conjugate Gradients algorithm.
Definition at line 32 of file MINRESMinimizer.h.
|
private |
Definition at line 33 of file MINRESMinimizer.h.
|
private |
Definition at line 34 of file MINRESMinimizer.h.
|
private |
Definition at line 35 of file MINRESMinimizer.h.
|
private |
Definition at line 36 of file MINRESMinimizer.h.
|
inline |
Definition at line 40 of file MINRESMinimizer.h.
|
inline |
Definition at line 41 of file MINRESMinimizer.h.
|
inlineoverridevirtual |
Implements oops::PrimalMinimizer< MODEL >.
Definition at line 39 of file MINRESMinimizer.h.
|
overrideprivatevirtual |
Implements oops::PrimalMinimizer< MODEL >.
Definition at line 52 of file MINRESMinimizer.h.