Geophysical Inversion and Modelling Library
v1.5.2-5-g042d7f36
|
Inherited by GIMLI::CreateDijkstraDistMT, GIMLI::CreateDijkstraRowMT, GIMLI::CreateSensitivityColMT< ValueType >, and GIMLI::JacobianBaseMT.
Public Member Functions | |
BaseCalcMT (bool verbose=false) | |
void | operator() () |
void | setRange (Index start, Index end, Index threadNumber=0) |
virtual void | calc ()=0 |
Index | start () const |
Index | end () const |
Protected Attributes | |
bool | verbose_ |
Index | start_ |
Index | end_ |
Index | _threadNumber |