Geophysical Inversion and Modelling Library v1.5.4
|
Public Member Functions | |
JacobianBaseMT (MatrixBase *J, const ModellingBase &fop, const RVector &resp, const RVector &model, bool verbose) | |
virtual void | calc () |
![]() | |
BaseCalcMT (bool verbose=false) | |
void | operator() () |
void | setRange (Index start, Index end, Index threadNumber=0) |
Index | start () const |
Index | end () const |
Protected Attributes | |
MatrixBase * | J_ |
const ModellingBase * | fop_ |
const RVector * | _resp |
const RVector * | _model |
![]() | |
bool | verbose_ |
Index | start_ |
Index | end_ |
Index | _threadNumber |
|
inlinevirtual |
Implements GIMLI::BaseCalcMT.