OOPS
oops::MINRESMinimizer< MODEL, OBS > Class Template Reference

MINRES Minimizer. More...

#include <MINRESMinimizer.h>

Inheritance diagram for oops::MINRESMinimizer< MODEL, OBS >:
Collaboration diagram for oops::MINRESMinimizer< MODEL, OBS >:

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, OBS >
 PrimalMinimizer (const CostFct_ &J)
 
 ~PrimalMinimizer ()
 
- Public Member Functions inherited from oops::Minimizer< MODEL, OBS >
 Minimizer (const CostFct_ &J)
 
virtual ~Minimizer ()
 
ControlIncrement< MODEL, OBS > * minimize (const eckit::Configuration &)
 

Private Types

typedef BMatrix< MODEL, OBS > Bmat_
 
typedef CostFunction< MODEL, OBS > CostFct_
 
typedef ControlIncrement< MODEL, OBS > CtrlInc_
 
typedef HessianMatrix< MODEL, OBS > Hessian_
 

Private Member Functions

double solve (CtrlInc_ &, const CtrlInc_ &, const Hessian_ &, const Bmat_ &, const int, const double) override
 

Detailed Description

template<typename MODEL, typename OBS>
class oops::MINRESMinimizer< MODEL, OBS >

MINRES Minimizer.

Implements the standard Preconditioned Conjugate Gradients algorithm.

Definition at line 32 of file MINRESMinimizer.h.

Member Typedef Documentation

◆ Bmat_

template<typename MODEL , typename OBS >
typedef BMatrix<MODEL, OBS> oops::MINRESMinimizer< MODEL, OBS >::Bmat_
private

Definition at line 33 of file MINRESMinimizer.h.

◆ CostFct_

template<typename MODEL , typename OBS >
typedef CostFunction<MODEL, OBS> oops::MINRESMinimizer< MODEL, OBS >::CostFct_
private

Definition at line 34 of file MINRESMinimizer.h.

◆ CtrlInc_

template<typename MODEL , typename OBS >
typedef ControlIncrement<MODEL, OBS> oops::MINRESMinimizer< MODEL, OBS >::CtrlInc_
private

Definition at line 35 of file MINRESMinimizer.h.

◆ Hessian_

template<typename MODEL , typename OBS >
typedef HessianMatrix<MODEL, OBS> oops::MINRESMinimizer< MODEL, OBS >::Hessian_
private

Definition at line 36 of file MINRESMinimizer.h.

Constructor & Destructor Documentation

◆ MINRESMinimizer()

template<typename MODEL , typename OBS >
oops::MINRESMinimizer< MODEL, OBS >::MINRESMinimizer ( const eckit::Configuration &  ,
const CostFct_ J 
)
inline

Definition at line 40 of file MINRESMinimizer.h.

◆ ~MINRESMinimizer()

template<typename MODEL , typename OBS >
oops::MINRESMinimizer< MODEL, OBS >::~MINRESMinimizer ( )
inline

Definition at line 42 of file MINRESMinimizer.h.

Member Function Documentation

◆ classname()

template<typename MODEL , typename OBS >
const std::string oops::MINRESMinimizer< MODEL, OBS >::classname ( ) const
inlineoverridevirtual

Implements oops::PrimalMinimizer< MODEL, OBS >.

Definition at line 39 of file MINRESMinimizer.h.

◆ solve()

template<typename MODEL , typename OBS >
double oops::MINRESMinimizer< MODEL, OBS >::solve ( CtrlInc_ dx,
const CtrlInc_ rhs,
const Hessian_ hessian,
const Bmat_ B,
const int  ninner,
const double  gnreduc 
)
overrideprivatevirtual

Implements oops::PrimalMinimizer< MODEL, OBS >.

Definition at line 53 of file MINRESMinimizer.h.

Here is the call graph for this function:

The documentation for this class was generated from the following file: