|
OOPS
|
The Hessian matrix: \( B^{-1} + H^T R^{-1} H \). More...
#include <HessianMatrix.h>


Public Member Functions | |
| HessianMatrix (const CostFct_ &j, const bool test=false) | |
| void | multiply (const CtrlInc_ &dx, CtrlInc_ &dz) const |
Private Types | |
| typedef ControlIncrement< MODEL, OBS > | CtrlInc_ |
| typedef CostFunction< MODEL, OBS > | CostFct_ |
| typedef JqTermTLAD< MODEL > | JqTermTLAD_ |
Private Attributes | |
| CostFct_ const & | j_ |
| bool | test_ |
| int | iter_ |
The Hessian matrix: \( B^{-1} + H^T R^{-1} H \).
The solvers represent matrices as objects that implement a "multiply" method. This class defines objects that apply a generalized Hessian matrix which includes all the terms of the cost function.
Definition at line 34 of file HessianMatrix.h.
|
private |
Definition at line 36 of file HessianMatrix.h.
|
private |
Definition at line 35 of file HessianMatrix.h.
|
private |
Definition at line 37 of file HessianMatrix.h.
|
explicit |
Definition at line 53 of file HessianMatrix.h.
| void oops::HessianMatrix< MODEL, OBS >::multiply | ( | const CtrlInc_ & | dx, |
| CtrlInc_ & | dz | ||
| ) | const |
|
mutableprivate |
Definition at line 47 of file HessianMatrix.h.
|
private |
Definition at line 45 of file HessianMatrix.h.
|
private |
Definition at line 46 of file HessianMatrix.h.