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

The \( R^{-1} H \) matrix. More...

#include <RinvHMatrix.h>

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

Public Member Functions

 RinvHMatrix (const CostFct_ &j)
 
void multiply (const CtrlInc_ &dx, Dual_ &zz) const
 

Private Types

typedef ControlIncrement< MODEL, OBS > CtrlInc_
 
typedef CostFunction< MODEL, OBS > CostFct_
 
typedef DualVector< MODEL, OBS > Dual_
 

Private Attributes

CostFct_ const & j_
 

Detailed Description

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

The \( R^{-1} H \) matrix.

The solvers represent matrices as objects that implement a "multiply" method. This class defines objects that apply a generalized \( R^{-1} H \) matrix that also includes the equivalent operators for the other terms of the cost function.

Definition at line 38 of file RinvHMatrix.h.

Member Typedef Documentation

◆ CostFct_

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

Definition at line 40 of file RinvHMatrix.h.

◆ CtrlInc_

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

Definition at line 39 of file RinvHMatrix.h.

◆ Dual_

template<typename MODEL , typename OBS >
typedef DualVector<MODEL, OBS> oops::RinvHMatrix< MODEL, OBS >::Dual_
private

Definition at line 41 of file RinvHMatrix.h.

Constructor & Destructor Documentation

◆ RinvHMatrix()

template<typename MODEL , typename OBS >
oops::RinvHMatrix< MODEL, OBS >::RinvHMatrix ( const CostFct_ j)
explicit

Definition at line 55 of file RinvHMatrix.h.

Member Function Documentation

◆ multiply()

template<typename MODEL , typename OBS >
void oops::RinvHMatrix< MODEL, OBS >::multiply ( const CtrlInc_ dx,
Dual_ zz 
) const

Definition at line 62 of file RinvHMatrix.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ j_

template<typename MODEL , typename OBS >
CostFct_ const& oops::RinvHMatrix< MODEL, OBS >::j_
private

Definition at line 49 of file RinvHMatrix.h.


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