![]() |
GemaCoreLib
The GeMA Core library
|
This is the complete list of members for GmSparseMatrixBase, 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 |
blockSignals(bool block) | QObject | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const const | QObject | |
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 |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const | QObject | |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) | QObject | static |
connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
customEvent(QEvent *event) | QObject | protectedvirtual |
deleteLater() | QObject | |
destroyed(QObject *obj) | QObject | |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
disconnect(const char *signal, const QObject *receiver, const char *method) const const | QObject | |
disconnect(const QObject *receiver, const char *method) const const | QObject | |
disconnect(const QMetaObject::Connection &connection) | QObject | static |
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) | QObject | static |
disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
dumpObjectInfo() | QObject | |
dumpObjectInfo() const const | QObject | |
dumpObjectTree() | QObject | |
dumpObjectTree() const const | QObject | |
dynamicPropertyNames() const const | QObject | |
emptyLayout() const =0 | GmSolverMatrix | pure virtual |
endBatchInsert(bool discardData=false)=0 | GmSolverMatrix | pure virtual |
ensureDiagonal()=0 | GmSolverMatrix | pure virtual |
event(QEvent *e) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
findChild(const QString &name, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QString &name, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QRegExp ®Exp, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const const | QObject | |
inherits(const char *className) const const | QObject | |
inLayout(int lin, int col) const =0 | GmSolverMatrix | pure virtual |
installEventFilter(QObject *filterObj) | QObject | |
isSignalConnected(const QMetaMethod &signal) const const | QObject | protected |
isSymmetric(double relTol=GM_DOUBLECMP_RELTOL, double absTol=GM_DOUBLECMP_ABSTOL) const | GmSolverMatrix | |
isWidgetType() const const | QObject | |
isWindowType() const const | QObject | |
killTimer(int id) | QObject | |
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 |
matrixLayoutReady()=0 (defined in GmSparseMatrixBase) | GmSparseMatrixBase | protectedpure virtualslot |
metaObject() const const | QObject | virtual |
moveToThread(QThread *targetThread) | QObject | |
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 | |
objectName | QObject | |
objectName() const const | QObject | |
objectNameChanged(const QString &objectName) | QObject | |
operator()(int lin, int col) const | GmSolverMatrix | inline |
ParallelAddMode enum name | GmSolverMatrix | |
parent() const const | QObject | |
print(const GmLogCategory &logger, GmLogLevel level, int fieldWidth=0, char format='g', int precision=-1) | GmSolverMatrix | |
property(const char *name) const const | QObject | |
QObject(QObject *parent) | QObject | |
qt_metacall(QMetaObject::Call, int, void **) | QObject | virtual |
qt_metacast(const char *) | QObject | virtual |
receivers(const char *signal) const const | QObject | protected |
REENTRANT_SUPPORT enum value (defined in GmSolverMatrix) | GmSolverMatrix | |
removeEventFilter(QObject *obj) | QObject | |
sender() const const | QObject | protected |
senderSignalIndex() const const | QObject | protected |
set(int lin, int col, double value)=0 | GmSolverMatrix | pure virtual |
set(GmSolverMatrix *A, GmSolverMatrix *B, double c, bool sameStructure)=0 | GmSolverMatrix | pure virtual |
setObjectName(const QString &name) | QObject | |
setParent(QObject *parent) | QObject | |
setProperty(const char *name, const QVariant &value) | QObject | |
setSymmetric(bool sym)=0 | GmSolverMatrix | pure virtual |
signalsBlocked() const const | QObject | |
startTimer(int interval, Qt::TimerType timerType) | QObject | |
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType) | QObject | |
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() const const | QObject | |
THREAD_SAFE_SUPPORT enum value (defined in GmSolverMatrix) | GmSolverMatrix | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
usedMemory() const =0 | GmSolverMatrix | pure virtual |
~GmSolverMatrix() | GmSolverMatrix | inlinevirtual |
~QObject() | QObject | virtual |