OOPS
|
Holds a vector of ObsAuxIncrement. More...
#include <ObsAuxIncrements.h>
Public Member Functions | |
ObsAuxIncrements (const ObsSpaces_ &, const eckit::Configuration &) | |
Constructor, destructor. More... | |
ObsAuxIncrements (const ObsAuxIncrements &, const bool copy=true) | |
~ObsAuxIncrements () | |
std::size_t | size () const |
Access. More... | |
const ObsAuxIncrement_ & | operator[] (const std::size_t ii) const |
ObsAuxIncrement_ & | operator[] (const std::size_t ii) |
void | diff (const ObsAuxControls_ &, const ObsAuxControls_ &) |
Linear algebra operators. More... | |
void | zero () |
ObsAuxIncrements & | operator= (const ObsAuxIncrements &) |
ObsAuxIncrements & | operator+= (const ObsAuxIncrements &) |
ObsAuxIncrements & | operator-= (const ObsAuxIncrements &) |
ObsAuxIncrements & | operator*= (const double &) |
void | axpy (const double &, const ObsAuxIncrements &) |
double | dot_product_with (const ObsAuxIncrements &) const |
void | read (const eckit::Configuration &) |
I/O and diagnostics. More... | |
void | write (const eckit::Configuration &) const |
double | norm () const |
size_t | serialSize () const override |
Serialize-Deserialize. More... | |
void | serialize (std::vector< double > &) const override |
void | deserialize (const std::vector< double > &, size_t &) override |
Static Public Member Functions | |
static const std::string | classname () |
Private Types | |
typedef ObsAuxIncrement< OBS > | ObsAuxIncrement_ |
typedef ObsAuxControls< OBS > | ObsAuxControls_ |
typedef ObsSpaces< OBS > | ObsSpaces_ |
Private Member Functions | |
void | print (std::ostream &) const override |
Private Attributes | |
std::vector< std::unique_ptr< ObsAuxIncrement_ > > | auxs_ |
Holds a vector of ObsAuxIncrement.
Definition at line 31 of file ObsAuxIncrements.h.
|
private |
Definition at line 35 of file ObsAuxIncrements.h.
|
private |
Definition at line 34 of file ObsAuxIncrements.h.
|
private |
Definition at line 36 of file ObsAuxIncrements.h.
oops::ObsAuxIncrements< OBS >::ObsAuxIncrements | ( | const ObsSpaces_ & | odb, |
const eckit::Configuration & | conf | ||
) |
Constructor, destructor.
Definition at line 92 of file ObsAuxIncrements.h.
oops::ObsAuxIncrements< OBS >::ObsAuxIncrements | ( | const ObsAuxIncrements< OBS > & | other, |
const bool | copy = true |
||
) |
oops::ObsAuxIncrements< OBS >::~ObsAuxIncrements |
Definition at line 126 of file ObsAuxIncrements.h.
void oops::ObsAuxIncrements< OBS >::axpy | ( | const double & | zz, |
const ObsAuxIncrements< OBS > & | dx | ||
) |
|
inlinestatic |
Definition at line 39 of file ObsAuxIncrements.h.
|
override |
Definition at line 260 of file ObsAuxIncrements.h.
void oops::ObsAuxIncrements< OBS >::diff | ( | const ObsAuxControls_ & | x1, |
const ObsAuxControls_ & | x2 | ||
) |
Linear algebra operators.
Definition at line 133 of file ObsAuxIncrements.h.
double oops::ObsAuxIncrements< OBS >::dot_product_with | ( | const ObsAuxIncrements< OBS > & | dx | ) | const |
double oops::ObsAuxIncrements< OBS >::norm |
Definition at line 231 of file ObsAuxIncrements.h.
ObsAuxIncrements< OBS > & oops::ObsAuxIncrements< OBS >::operator*= | ( | const double & | zz | ) |
Definition at line 185 of file ObsAuxIncrements.h.
ObsAuxIncrements< OBS > & oops::ObsAuxIncrements< OBS >::operator+= | ( | const ObsAuxIncrements< OBS > & | rhs | ) |
ObsAuxIncrements< OBS > & oops::ObsAuxIncrements< OBS >::operator-= | ( | const ObsAuxIncrements< OBS > & | rhs | ) |
ObsAuxIncrements< OBS > & oops::ObsAuxIncrements< OBS >::operator= | ( | const ObsAuxIncrements< OBS > & | rhs | ) |
|
inline |
Definition at line 49 of file ObsAuxIncrements.h.
|
inline |
Definition at line 48 of file ObsAuxIncrements.h.
|
overrideprivate |
Definition at line 270 of file ObsAuxIncrements.h.
void oops::ObsAuxIncrements< OBS >::read | ( | const eckit::Configuration & | conf | ) |
I/O and diagnostics.
Definition at line 217 of file ObsAuxIncrements.h.
|
override |
Definition at line 253 of file ObsAuxIncrements.h.
|
override |
Serialize-Deserialize.
Definition at line 242 of file ObsAuxIncrements.h.
|
inline |
Access.
Definition at line 47 of file ObsAuxIncrements.h.
void oops::ObsAuxIncrements< OBS >::write | ( | const eckit::Configuration & | conf | ) | const |
void oops::ObsAuxIncrements< OBS >::zero |
|
private |
Definition at line 73 of file ObsAuxIncrements.h.