|
Geophysical Inversion and Modelling Library v1.5.4
|
Public Member Functions | |
| Matrix3 (const Matrix3< ValueType > &m) | |
| ValueType & | operator[] (Index i) |
| const ValueType & | operator[] (Index i) const |
| void | clear () |
| Index | rows () const |
| Index | cols () const |
| const Vector< ValueType > | col (Index i) const |
| const Vector< ValueType > | row (Index i) const |
| void | setVal (Index i, const RVector &v) |
| void | setValid (bool v) |
| bool | valid () const |
| ValueType | det () const |
Public Attributes | |
| ValueType | mat_ [9] |
Protected Attributes | |
| bool | valid_ |