UFO
|
Options controlling ObsFunctionLinearCombination ObsFunction. More...
#include <ObsFunctionLinearCombination.h>
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... | |
Options controlling ObsFunctionLinearCombination ObsFunction.
Definition at line 26 of file ObsFunctionLinearCombination.h.
oops::RequiredParameter<std::vector<float> > ufo::LinearCombinationParameters::coefs {"coefs", this} |
coefficient associated with the above variables
Definition at line 33 of file ObsFunctionLinearCombination.h.
oops::RequiredParameter<std::vector<Variable> > ufo::LinearCombinationParameters::variables {"variables", this} |
Input variables of the linear combination.
Definition at line 31 of file ObsFunctionLinearCombination.h.