Geophysical Inversion and Modelling Library
v1.5.2-5-g042d7f36
|
Public Member Functions | |
void | add (Index row, const ElementMatrix< double > &Ai) |
RVector | mult (const RVector &a, const RVector &b, const RVector &m, const RVector &n) const |
RVector | mult (const RVector &a, const RVector &b) const |
Index | rows () const |
Index | cols () const |
Protected Attributes | |
std::vector< RMatrix > | mat_ |
std::vector< IndexArray > | _ids |
std::vector< Index > | row_ |
Index | rows_ |
Index | cols_ |
Return (S_i * a) * b for all i
References GIMLI::Matrix< ValueType >::cols(), and GIMLI::Matrix< ValueType >::rows().