FV3 Bundle
|
The \( R^{-1} \) matrix. More...
#include <RinvMatrix.h>
Public Member Functions | |
RinvMatrix (const CostFct_ &j) | |
void | multiply (const Dual_ &dx, Dual_ &dy) const |
Private Types | |
typedef CostFunction< MODEL > | CostFct_ |
typedef DualVector< MODEL > | Dual_ |
Private Attributes | |
CostFct_ const & | j_ |
The \( R^{-1} \) matrix.
The solvers represent matrices as objects that implement a "multiply" method. This class defines objects that apply a generalized \( R^{-1} \) matrix which includes \( R^{-1} \) itself and the equivalent operators for the other terms of the cost function.
Definition at line 29 of file RinvMatrix.h.
|
private |
Definition at line 30 of file RinvMatrix.h.
|
private |
Definition at line 31 of file RinvMatrix.h.
|
inlineexplicit |
Definition at line 34 of file RinvMatrix.h.
|
inline |
Definition at line 36 of file RinvMatrix.h.
|
private |
Definition at line 44 of file RinvMatrix.h.