This is the complete list of members for SparseMatrix, including all inherited members.
addToDiag(real_t alpha) | SparseMatrix | virtual |
addToDiag(real_t alpha) | SparseMatrix | virtual |
createDiagInfo() | SparseMatrix | |
createDiagInfo() | SparseMatrix | |
diag(int i) const | SparseMatrix | virtual |
diag(int_t i) const | SparseMatrix | virtual |
doFreeMemory() | Matrix | inline |
doFreeMemory() | Matrix | inline |
doNotFreeMemory() | Matrix | inline |
doNotFreeMemory() | Matrix | inline |
duplicate() const | SparseMatrix | virtual |
duplicate() const | SparseMatrix | virtual |
free() | SparseMatrix | virtual |
free() | SparseMatrix | virtual |
freeMemory | Matrix | protected |
full() const | SparseMatrix | virtual |
full() const | SparseMatrix | virtual |
getCol(int cNum, const Indexlist *const irows, real_t alpha, real_t *col) const | SparseMatrix | virtual |
getCol(int_t cNum, const Indexlist *const irows, real_t alpha, real_t *col) const | SparseMatrix | virtual |
getNorm(int_t type=2) const | SparseMatrix | virtual |
getRow(int rNum, const Indexlist *const icols, real_t alpha, real_t *row) const | SparseMatrix | virtual |
getRow(int_t rNum, const Indexlist *const icols, real_t alpha, real_t *row) const | SparseMatrix | virtual |
getRowNorm(int_t rNum, int_t type=2) const | SparseMatrix | virtual |
getSparseSubmatrix(int_t irowsLength, const int_t *const irowsNumber, int_t icolsLength, const int_t *const icolsNumber, int_t rowoffset, int_t coloffset, int_t &numNonzeros, int_t *irn, int_t *jcn, real_t *avals, BooleanType only_lower_triangular=BT_FALSE) const | SparseMatrix | virtual |
Matrix::getSparseSubmatrix(const Indexlist *const irows, const Indexlist *const icols, int_t rowoffset, int_t coloffset, int_t &numNonzeros, int_t *irn, int_t *jcn, real_t *avals, BooleanType only_lower_triangular=BT_FALSE) const | Matrix | virtual |
Matrix::getSparseSubmatrix(const Indexlist *const irows, int_t idx_icol, int_t rowoffset, int_t coloffset, int_t &numNonzeros, int_t *irn, int_t *jcn, real_t *avals, BooleanType only_lower_triangular=BT_FALSE) const | Matrix | virtual |
Matrix::getSparseSubmatrix(int_t idx_row, const Indexlist *const icols, int_t rowoffset, int_t coloffset, int_t &numNonzeros, int_t *irn, int_t *jcn, real_t *avals, BooleanType only_lower_triangular=BT_FALSE) const | Matrix | virtual |
ir | SparseMatrix | protected |
ir | SparseMatrix | protected |
isDiag() const | SparseMatrix | virtual |
isDiag() const | SparseMatrix | virtual |
jc | SparseMatrix | protected |
jc | SparseMatrix | protected |
jd | SparseMatrix | protected |
jd | SparseMatrix | protected |
Matrix() | Matrix | inline |
Matrix() | Matrix | inline |
nCols | SparseMatrix | protected |
nCols | SparseMatrix | protected |
needToFreeMemory() const | Matrix | inline |
needToFreeMemory() const | Matrix | inline |
nRows | SparseMatrix | protected |
nRows | SparseMatrix | protected |
print() const | SparseMatrix | virtual |
print(const char *name=0) const | SparseMatrix | virtual |
SparseMatrix() | SparseMatrix | |
SparseMatrix(long nr, long nc, long *r, long *c, real_t *v, long *d=0) | SparseMatrix | |
SparseMatrix(int nr, int nc, int ld, const real_t *const v) | SparseMatrix | |
SparseMatrix() | SparseMatrix | |
SparseMatrix(int_t nr, int_t nc, sparse_int_t *r, sparse_int_t *c, real_t *v) | SparseMatrix | |
SparseMatrix(int_t nr, int_t nc, int_t ld, const real_t *const v) | SparseMatrix | |
times(int xN, real_t alpha, const real_t *x, int xLD, real_t beta, real_t *y, int yLD) const | SparseMatrix | virtual |
times(const Indexlist *const irows, const Indexlist *const icols, int xN, real_t alpha, const real_t *x, int xLD, real_t beta, real_t *y, int yLD, BooleanType yCompr=BT_TRUE) const | SparseMatrix | virtual |
times(int_t xN, real_t alpha, const real_t *x, int_t xLD, real_t beta, real_t *y, int_t yLD) const | SparseMatrix | virtual |
times(const Indexlist *const irows, const Indexlist *const icols, int_t xN, real_t alpha, const real_t *x, int_t xLD, real_t beta, real_t *y, int_t yLD, BooleanType yCompr=BT_TRUE) const | SparseMatrix | virtual |
transTimes(int xN, real_t alpha, const real_t *x, int xLD, real_t beta, real_t *y, int yLD) const | SparseMatrix | virtual |
transTimes(const Indexlist *const irows, const Indexlist *const icols, int xN, real_t alpha, const real_t *x, int xLD, real_t beta, real_t *y, int yLD) const | SparseMatrix | virtual |
transTimes(int_t xN, real_t alpha, const real_t *x, int_t xLD, real_t beta, real_t *y, int_t yLD) const | SparseMatrix | virtual |
transTimes(const Indexlist *const irows, const Indexlist *const icols, int_t xN, real_t alpha, const real_t *x, int_t xLD, real_t beta, real_t *y, int_t yLD) const | SparseMatrix | virtual |
val | SparseMatrix | protected |
writeToFile(FILE *output_file, const char *prefix) const | SparseMatrix | virtual |
~Matrix() | Matrix | inlinevirtual |
~Matrix() | Matrix | inlinevirtual |
~SparseMatrix() | SparseMatrix | virtual |
~SparseMatrix() | SparseMatrix | virtual |