Geophysical Inversion and Modelling Library
v1.3.1-2-g7599abf9
|
Public Member Functions | |
SolverWrapper (const RSparseMatrix &S, bool verbose=false) | |
SolverWrapper (const CSparseMatrix &S, bool verbose=false) | |
virtual int | solve (const RVector &rhs, RVector &solution)=0 |
virtual int | solve (const CVector &rhs, CVector &solution) |
const std::string | name () const |
Protected Attributes | |
std::string | name_ |
bool | dummy_ |
bool | verbose_ |
bool | isComplex_ |
uint | dim_ |
long | nVals_ |
double | dropTol_ |
double | tolerance_ |
double | maxiter_ |