8 #ifndef OOPS_BASE_LOCALINCREMENT_H_
9 #define OOPS_BASE_LOCALINCREMENT_H_
15 #include "oops/util/Printable.h"
22 std::vector<double> vals,
23 std::vector<int> varlens)
28 void setVals(std::vector<double> &);
34 void print(std::ostream & os)
const {
35 os <<
"LocalIncrement, size: " <<
vals_.size() <<
", first element: "
36 <<
vals_[0] << std::endl; }
const oops::Variables & getVars() const
LocalIncrement & operator*=(const std::vector< double > &)
Linear algebra operators.
const std::vector< int > varlens_
void setVals(std::vector< double > &)
std::vector< double > vals_
const std::vector< double > & getVals() const
const oops::Variables vars_
LocalIncrement(const oops::Variables vars, std::vector< double > vals, std::vector< int > varlens)
void print(std::ostream &os) const
The namespace for the main oops code.