11 #ifndef OOPS_ASSIMILATION_GMRESRMINIMIZER_H_
12 #define OOPS_ASSIMILATION_GMRESRMINIMIZER_H_
39 const std::string
classname()
const override {
return "GMRESRMinimizer";}
47 const int,
const double)
override;
52 template<
typename MODEL,
typename OBS>
55 const int ninner,
const double gnreduc) {
57 double reduc =
GMRESR(dx, rhs, hessian, B, ninner, gnreduc);
HessianMatrix< MODEL, OBS > Hessian_
GMRESRMinimizer(const eckit::Configuration &, const CostFct_ &J)
CostFunction< MODEL, OBS > CostFct_
ControlIncrement< MODEL, OBS > CtrlInc_
BMatrix< MODEL, OBS > Bmat_
const std::string classname() const override
double solve(CtrlInc_ &, const CtrlInc_ &, const Hessian_ &, const Bmat_ &, const int, const double) override
The namespace for the main oops code.
double GMRESR(VECTOR &xx, const VECTOR &bb, const AMATRIX &A, const PMATRIX &precond, const int maxiter, const double tolerance)