![]() |
GemaCoreLib
The GeMA Core library
|
This is the complete list of members for GmSolverMatrix, including all inherited members.
add(int lin, int col, double value)=0 | GmSolverMatrix | pure virtual |
at(int lin, int col) const =0 | GmSolverMatrix | pure virtual |
beginBatchInsert(size_t expectedEntries=0)=0 | GmSolverMatrix | pure virtual |
clear(bool keepSparseLayout)=0 | GmSolverMatrix | pure virtual |
clearLineAndColumnSet(const QList< int > &indexList, bool setDiagonal, bool keepSparseLayout)=0 | GmSolverMatrix | pure virtual |
columnMulAdd(int col, GmVector &f, double v, const bool *skipRows=NULL) const =0 | GmSolverMatrix | pure virtual |
emptyLayout() const =0 | GmSolverMatrix | pure virtual |
endBatchInsert(bool discardData=false)=0 | GmSolverMatrix | pure virtual |
ensureDiagonal()=0 | GmSolverMatrix | pure virtual |
inLayout(int lin, int col) const =0 | GmSolverMatrix | pure virtual |
isSymmetric(double relTol=GM_DOUBLECMP_RELTOL, double absTol=GM_DOUBLECMP_ABSTOL) const | GmSolverMatrix | |
layoutBuilder() const =0 | GmSolverMatrix | pure virtual |
layoutSize() const =0 | GmSolverMatrix | pure virtual |
matAdd(const GmVector &a, const GmVector &b, double zeroTol=0.0)=0 | GmSolverMatrix | pure virtual |
mul(const GmVector &a, GmVector &b) const =0 | GmSolverMatrix | pure virtual |
mulAdd(const GmVector &a, GmVector &b) const =0 | GmSolverMatrix | pure virtual |
mulSub(const GmVector &a, GmVector &b) const =0 | GmSolverMatrix | pure virtual |
ncol() const =0 | GmSolverMatrix | pure virtual |
nlin() const =0 | GmSolverMatrix | pure virtual |
NO_SUPPORT enum value (defined in GmSolverMatrix) | GmSolverMatrix | |
operator()(int lin, int col) const | GmSolverMatrix | inline |
ParallelAddMode enum name | GmSolverMatrix | |
print(const GmLogCategory &logger, GmLogLevel level, int fieldWidth=0, char format='g', int precision=-1) | GmSolverMatrix | |
REENTRANT_SUPPORT enum value (defined in GmSolverMatrix) | GmSolverMatrix | |
set(int lin, int col, double value)=0 | GmSolverMatrix | pure virtual |
set(GmSolverMatrix *A, GmSolverMatrix *B, double c, bool sameStructure)=0 | GmSolverMatrix | pure virtual |
setSymmetric(bool sym)=0 | GmSolverMatrix | pure virtual |
supportedParallelAddMode() const =0 | GmSolverMatrix | pure virtual |
supportsBatchInsert() const =0 | GmSolverMatrix | pure virtual |
supportsRandomSet() const =0 | GmSolverMatrix | pure virtual |
supportsSparseLayouts() const =0 | GmSolverMatrix | pure virtual |
symmetric() const =0 | GmSolverMatrix | pure virtual |
THREAD_SAFE_SUPPORT enum value (defined in GmSolverMatrix) | GmSolverMatrix | |
usedMemory() const =0 | GmSolverMatrix | pure virtual |
~GmSolverMatrix() | GmSolverMatrix | inlinevirtual |