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

The \( H B H^T \) matrix. More...

#include <HBHtMatrix.h>

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

Public Member Functions

 HBHtMatrix (const CostFct_ &j, const bool test=false)
 
void multiply (const Dual_ &dy, Dual_ &dz) const
 

Private Types

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

Private Attributes

CostFct_ const & j_
 
bool test_
 
int iter_
 

Detailed Description

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

The \( H B H^T \) matrix.

The solvers represent matrices as objects that implement a "multiply" method. This class defines objects that apply a generalized \( H B H ^T\) matrix which includes \( H \) and the equivalent operators for the other terms of the cost function.

Definition at line 35 of file HBHtMatrix.h.

Member Typedef Documentation

◆ CostFct_

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

Definition at line 37 of file HBHtMatrix.h.

◆ CtrlInc_

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

Definition at line 36 of file HBHtMatrix.h.

◆ Dual_

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

Definition at line 38 of file HBHtMatrix.h.

Constructor & Destructor Documentation

◆ HBHtMatrix()

template<typename MODEL , typename OBS >
oops::HBHtMatrix< MODEL, OBS >::HBHtMatrix ( const CostFct_ j,
const bool  test = false 
)
explicit

Definition at line 54 of file HBHtMatrix.h.

Member Function Documentation

◆ multiply()

template<typename MODEL , typename OBS >
void oops::HBHtMatrix< MODEL, OBS >::multiply ( const Dual_ dy,
Dual_ dz 
) const

Definition at line 61 of file HBHtMatrix.h.

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

Member Data Documentation

◆ iter_

template<typename MODEL , typename OBS >
int oops::HBHtMatrix< MODEL, OBS >::iter_
mutableprivate

Definition at line 48 of file HBHtMatrix.h.

◆ j_

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

Definition at line 46 of file HBHtMatrix.h.

◆ test_

template<typename MODEL , typename OBS >
bool oops::HBHtMatrix< MODEL, OBS >::test_
private

Definition at line 47 of file HBHtMatrix.h.


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