UFO
ufo::LinearCombinationParameters Class Reference

Options controlling ObsFunctionLinearCombination ObsFunction. More...

#include <ObsFunctionLinearCombination.h>

Inheritance diagram for ufo::LinearCombinationParameters:
Collaboration diagram for ufo::LinearCombinationParameters:

Public Attributes

oops::RequiredParameter< std::vector< Variable > > variables {"variables", this}
 Input variables of the linear combination. More...
 
oops::RequiredParameter< std::vector< float > > coefs {"coefs", this}
 coefficient associated with the above variables More...
 

Detailed Description

Options controlling ObsFunctionLinearCombination ObsFunction.

Definition at line 26 of file ObsFunctionLinearCombination.h.

Member Data Documentation

◆ coefs

oops::RequiredParameter<std::vector<float> > ufo::LinearCombinationParameters::coefs {"coefs", this}

coefficient associated with the above variables

Definition at line 33 of file ObsFunctionLinearCombination.h.

◆ variables

oops::RequiredParameter<std::vector<Variable> > ufo::LinearCombinationParameters::variables {"variables", this}

Input variables of the linear combination.

Definition at line 31 of file ObsFunctionLinearCombination.h.


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