OOPS
|
#include <PrimalMinimizer.h>
Public Member Functions | |
PrimalMinimizer (const CostFct_ &J) | |
~PrimalMinimizer () | |
const std::string | classname () const override=0 |
![]() | |
Minimizer (const CostFct_ &J) | |
virtual | ~Minimizer () |
ControlIncrement< MODEL, OBS > * | minimize (const eckit::Configuration &) |
Private Types | |
typedef CostFunction< MODEL, OBS > | CostFct_ |
typedef ControlIncrement< MODEL, OBS > | CtrlInc_ |
typedef BMatrix< MODEL, OBS > | Bmat_ |
typedef HessianMatrix< MODEL, OBS > | Hessian_ |
typedef Minimizer< MODEL, OBS > | Minimizer_ |
typedef RinvHMatrix< MODEL, OBS > | RinvH_ |
Private Member Functions | |
CtrlInc_ * | doMinimize (const eckit::Configuration &) override |
virtual double | solve (CtrlInc_ &, const CtrlInc_ &, const Hessian_ &, const Bmat_ &, const int, const double)=0 |
Private Attributes | |
const CostFct_ & | J_ |
Primal Minimizer.
PrimalMinimizer is the base class for all minimizers that minimize the variational data assimilation cost function in primal (model) space.
Definition at line 39 of file PrimalMinimizer.h.
|
private |
Definition at line 42 of file PrimalMinimizer.h.
|
private |
Definition at line 40 of file PrimalMinimizer.h.
|
private |
Definition at line 41 of file PrimalMinimizer.h.
|
private |
Definition at line 43 of file PrimalMinimizer.h.
|
private |
Definition at line 44 of file PrimalMinimizer.h.
|
private |
Definition at line 45 of file PrimalMinimizer.h.
|
inlineexplicit |
Definition at line 48 of file PrimalMinimizer.h.
|
inline |
Definition at line 49 of file PrimalMinimizer.h.
|
overridepure virtual |
|
overrideprivatevirtual |
Implements oops::Minimizer< MODEL, OBS >.
Definition at line 65 of file PrimalMinimizer.h.
|
privatepure virtual |
|
private |
Definition at line 58 of file PrimalMinimizer.h.