|
OOPS
|
The Saddle-point matrix. More...
#include <SaddlePointMatrix.h>


Public Member Functions | |
| SaddlePointMatrix (const CostFct_ &j) | |
| void | multiply (const SPVector_ &, SPVector_ &) const |
Private Types | |
| typedef ControlIncrement< MODEL, OBS > | CtrlInc_ |
| typedef CostFunction< MODEL, OBS > | CostFct_ |
| typedef SaddlePointVector< MODEL, OBS > | SPVector_ |
Private Attributes | |
| CostFct_ const & | j_ |
The Saddle-point matrix.
The solvers represent matrices as objects that implement a "multiply" method. This class defines objects that apply the saddle-point matrix.
Definition at line 34 of file SaddlePointMatrix.h.
|
private |
Definition at line 36 of file SaddlePointMatrix.h.
|
private |
Definition at line 35 of file SaddlePointMatrix.h.
|
private |
Definition at line 37 of file SaddlePointMatrix.h.
|
inlineexplicit |
Definition at line 40 of file SaddlePointMatrix.h.
| void oops::SaddlePointMatrix< MODEL, OBS >::multiply | ( | const SPVector_ & | x, |
| SPVector_ & | z | ||
| ) | const |
|
private |
Definition at line 44 of file SaddlePointMatrix.h.