FV3 Bundle
|
The \( B \) matrix. More...
#include <BMatrix.h>
Public Member Functions | |
BMatrix (const CostFct_ &j) | |
void | multiply (const CtrlInc_ &x, CtrlInc_ &bx) const |
Private Types | |
typedef ControlIncrement< MODEL > | CtrlInc_ |
typedef CostFunction< MODEL > | CostFct_ |
Private Attributes | |
CostFct_ const & | j_ |
The \( B \) matrix.
The solvers represent matrices as objects that implement a "multiply" method. This class defines objects that apply the \( B \) matrix.
|
private |
|
private |
|
inlineexplicit |
|
inline |
|
private |