NDEVR
API Documentation
SparseBlockMatrix< MatrixType > Member List

This is the complete list of members for SparseBlockMatrix< MatrixType >, including all inherited members.

_blockColsSparseBlockMatrix< MatrixType >protected
_colBlockIndicesSparseBlockMatrix< MatrixType >protected
_hasStorageSparseBlockMatrix< MatrixType >protected
_rowBlockIndicesSparseBlockMatrix< MatrixType >protected
add(SparseBlockMatrix< MatrixType > &dest) constSparseBlockMatrix< MatrixType >
block(int r, int c, bool alloc=false)SparseBlockMatrix< MatrixType >
block(int r, int c) constSparseBlockMatrix< MatrixType >
blockCols() constSparseBlockMatrix< MatrixType >inline
clear(bool dealloc=false)SparseBlockMatrix< MatrixType >
colBaseOfBlock(int c) constSparseBlockMatrix< MatrixType >inline
colBlockIndices() constSparseBlockMatrix< MatrixType >inline
cols() constSparseBlockMatrix< MatrixType >inline
colsOfBlock(int c) constSparseBlockMatrix< MatrixType >inline
fillBlockStructure(MatrixStructure &ms) constSparseBlockMatrix< MatrixType >
fillCCS(int *Cp, int *Ci, g_type *Cx, bool upperTriangle=false) constSparseBlockMatrix< MatrixType >
fillCCS(g_type *Cx, bool upperTriangle=false) constSparseBlockMatrix< MatrixType >
fillSparseBlockMatrixCCS(SparseBlockMatrixCCS< MatrixType > &blockCCS) constSparseBlockMatrix< MatrixType >
fillSparseBlockMatrixCCSTransposed(SparseBlockMatrixCCS< MatrixType > &blockCCS) constSparseBlockMatrix< MatrixType >
multiply(SparseBlockMatrix< MatrixResultType > *&dest, const SparseBlockMatrix< MatrixFactorType > *M) constSparseBlockMatrix< MatrixType >
multiply(g_type *&dest, const g_type *src) constSparseBlockMatrix< MatrixType >
multiplySymmetricUpperTriangle(g_type *&dest, const g_type *src) constSparseBlockMatrix< MatrixType >
nonZeroBlocks() constSparseBlockMatrix< MatrixType >
nonZeros() constSparseBlockMatrix< MatrixType >
rightMultiply(g_type *&dest, const g_type *src) constSparseBlockMatrix< MatrixType >
rowBaseOfBlock(int r) constSparseBlockMatrix< MatrixType >inline
rowBlockIndices() constSparseBlockMatrix< MatrixType >inline
rows() constSparseBlockMatrix< MatrixType >inline
rowsOfBlock(int r) constSparseBlockMatrix< MatrixType >inline
scale(g_type a)SparseBlockMatrix< MatrixType >
slice(int rmin, int rmax, int cmin, int cmax, bool alloc=true) constSparseBlockMatrix< MatrixType >
SparseBlockMatrix(const int *rbi, const int *cbi, int rb, int cb, bool hasStorage=true)SparseBlockMatrix< MatrixType >
SparseMatrixBlock typedefSparseBlockMatrix< MatrixType >
symmPermutation(SparseBlockMatrix< MatrixType > *&dest, const int *pinv, bool onlyUpper=false) constSparseBlockMatrix< MatrixType >
takePatternFromHash(SparseBlockMatrixHashMap< MatrixType > &hashMatrix)SparseBlockMatrix< MatrixType >
transpose(SparseBlockMatrix< MatrixTransposedType > *&dest) constSparseBlockMatrix< MatrixType >