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