11 #ifndef OOPS_ASSIMILATION_BMATRIX_H_
12 #define OOPS_ASSIMILATION_BMATRIX_H_
14 #include <boost/noncopyable.hpp>
27 template<
typename MODEL,
typename OBS>
class BMatrix :
private boost::noncopyable {
ControlIncrement< MODEL, OBS > CtrlInc_
BMatrix(const CostFct_ &j)
CostFunction< MODEL, OBS > CostFct_
void multiply(const CtrlInc_ &x, CtrlInc_ &bx) const
const JbTotal_ & jb() const
Access .
void multiplyB(const CtrlInc_ &, CtrlInc_ &) const
Multiply by covariance matrix and its inverse.
The namespace for the main oops code.