OOPS
qg::ObsVecQG Class Reference

ObsVecQG class to handle vectors in observation space for QG model. More...

#include <ObsVecQG.h>

Inheritance diagram for qg::ObsVecQG:
Collaboration diagram for qg::ObsVecQG:

Public Member Functions

 ObsVecQG (const ObsSpaceQG &, const std::string &name="")
 
 ObsVecQG (const ObsVecQG &)
 
 ~ObsVecQG ()
 
ObsVecQGoperator= (const ObsVecQG &)
 
ObsVecQGoperator*= (const double &)
 
ObsVecQGoperator+= (const ObsVecQG &)
 
ObsVecQGoperator-= (const ObsVecQG &)
 
ObsVecQGoperator*= (const ObsVecQG &)
 
ObsVecQGoperator/= (const ObsVecQG &)
 
Eigen::VectorXd packEigen (const ObsVecQG &) const
 
size_t packEigenSize (const ObsVecQG &) const
 
size_t size () const
 
void zero ()
 set all values to zero More...
 
void setToMissing (int i)
 set i-th value to missing value More...
 
void ones ()
 set all values to one More...
 
void axpy (const double &, const ObsVecQG &)
 
void invert ()
 
void random ()
 
double dot_product_with (const ObsVecQG &) const
 
double rms () const
 
void mask (const ObsDataQG< int > &)
 
void mask (const ObsVecQG &)
 
ObsVecQGoperator= (const ObsDataQG< float > &)
 
unsigned int nobs () const
 
const int & toFortran () const
 
void save (const std::string &) const
 
void read (const std::string &)
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &) const
 

Private Attributes

const ObsSpaceQGobsdb_
 
F90ovec keyOvec_
 

Detailed Description

ObsVecQG class to handle vectors in observation space for QG model.

Definition at line 31 of file ObsVecQG.h.

Constructor & Destructor Documentation

◆ ObsVecQG() [1/2]

qg::ObsVecQG::ObsVecQG ( const ObsSpaceQG obsdb,
const std::string &  name = "" 
)

Definition at line 25 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ ObsVecQG() [2/2]

qg::ObsVecQG::ObsVecQG ( const ObsVecQG other)

Definition at line 32 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ ~ObsVecQG()

qg::ObsVecQG::~ObsVecQG ( )

Definition at line 38 of file ObsVecQG.cc.

Here is the call graph for this function:

Member Function Documentation

◆ axpy()

void qg::ObsVecQG::axpy ( const double &  zz,
const ObsVecQG rhs 
)

Definition at line 94 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ classname()

static const std::string qg::ObsVecQG::classname ( )
inlinestatic

Definition at line 34 of file ObsVecQG.h.

◆ dot_product_with()

double qg::ObsVecQG::dot_product_with ( const ObsVecQG other) const

Definition at line 107 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ invert()

void qg::ObsVecQG::invert ( )

Definition at line 99 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ mask() [1/2]

void qg::ObsVecQG::mask ( const ObsDataQG< int > &  mask)

Definition at line 125 of file ObsVecQG.cc.

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

◆ mask() [2/2]

void qg::ObsVecQG::mask ( const ObsVecQG mask)

Definition at line 129 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ nobs()

unsigned int qg::ObsVecQG::nobs ( ) const

Definition at line 169 of file ObsVecQG.cc.

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

◆ ones()

void qg::ObsVecQG::ones ( )

set all values to one

Definition at line 90 of file ObsVecQG.cc.

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

◆ operator*=() [1/2]

ObsVecQG & qg::ObsVecQG::operator*= ( const double &  zz)

Definition at line 48 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ operator*=() [2/2]

ObsVecQG & qg::ObsVecQG::operator*= ( const ObsVecQG rhs)

Definition at line 65 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ operator+=()

ObsVecQG & qg::ObsVecQG::operator+= ( const ObsVecQG rhs)

Definition at line 53 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ operator-=()

ObsVecQG & qg::ObsVecQG::operator-= ( const ObsVecQG rhs)

Definition at line 59 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ operator/=()

ObsVecQG & qg::ObsVecQG::operator/= ( const ObsVecQG rhs)

Definition at line 71 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ operator=() [1/2]

ObsVecQG & qg::ObsVecQG::operator= ( const ObsDataQG< float > &  rhs)

Definition at line 77 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ operator=() [2/2]

ObsVecQG & qg::ObsVecQG::operator= ( const ObsVecQG rhs)

Definition at line 42 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ packEigen()

Eigen::VectorXd qg::ObsVecQG::packEigen ( const ObsVecQG mask) const

Definition at line 137 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ packEigenSize()

size_t qg::ObsVecQG::packEigenSize ( const ObsVecQG mask) const

Definition at line 143 of file ObsVecQG.cc.

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

◆ print()

void qg::ObsVecQG::print ( std::ostream &  os) const
private

Definition at line 153 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ random()

void qg::ObsVecQG::random ( )

Definition at line 103 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ read()

void qg::ObsVecQG::read ( const std::string &  name)

Definition at line 149 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ rms()

double qg::ObsVecQG::rms ( ) const

Definition at line 114 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ save()

void qg::ObsVecQG::save ( const std::string &  name) const

Definition at line 133 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ setToMissing()

void qg::ObsVecQG::setToMissing ( int  i)

set i-th value to missing value

Definition at line 86 of file ObsVecQG.cc.

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

◆ size()

size_t qg::ObsVecQG::size ( ) const

Definition at line 176 of file ObsVecQG.cc.

Here is the call graph for this function:

◆ toFortran()

const int& qg::ObsVecQG::toFortran ( ) const
inline

Definition at line 69 of file ObsVecQG.h.

Here is the caller graph for this function:

◆ zero()

void qg::ObsVecQG::zero ( )

set all values to zero

Definition at line 82 of file ObsVecQG.cc.

Here is the call graph for this function:

Member Data Documentation

◆ keyOvec_

F90ovec qg::ObsVecQG::keyOvec_
private

Definition at line 79 of file ObsVecQG.h.

◆ obsdb_

const ObsSpaceQG& qg::ObsVecQG::obsdb_
private

Definition at line 78 of file ObsVecQG.h.


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