| FV3 Bundle
    | 
#include <GMRESRMinimizer.h>
| Public Member Functions | |
| const std::string | classname () const override | 
| GMRESRMinimizer (const eckit::Configuration &, const CostFct_ &J) | |
| ~GMRESRMinimizer () | |
|  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 | 
GMRESR Minimizer.
Implements the GMRESR algorithm.
Definition at line 32 of file GMRESRMinimizer.h.
| 
 | private | 
Definition at line 33 of file GMRESRMinimizer.h.
| 
 | private | 
Definition at line 34 of file GMRESRMinimizer.h.
| 
 | private | 
Definition at line 35 of file GMRESRMinimizer.h.
| 
 | private | 
Definition at line 36 of file GMRESRMinimizer.h.
| 
 | inline | 
Definition at line 40 of file GMRESRMinimizer.h.
| 
 | inline | 
Definition at line 41 of file GMRESRMinimizer.h.
| 
 | inlineoverridevirtual | 
Implements oops::PrimalMinimizer< MODEL >.
Definition at line 39 of file GMRESRMinimizer.h.
| 
 | overrideprivatevirtual | 
Implements oops::PrimalMinimizer< MODEL >.
Definition at line 52 of file GMRESRMinimizer.h.