This is the complete list of members for
SparseMatrix, including all inherited members.
| addToDiag(real_t alpha) | SparseMatrix | [virtual] |
| createDiagInfo() | SparseMatrix | |
| diag(int i) const | SparseMatrix | [virtual] |
| doFreeMemory() | Matrix | [inline] |
| doNotFreeMemory() | Matrix | [inline] |
| duplicate() const | SparseMatrix | [virtual] |
| free() | SparseMatrix | [virtual] |
| freeMemory | Matrix | [protected] |
| full() const | SparseMatrix | |
| getCol(int cNum, const Indexlist *const irows, real_t alpha, real_t *col) const | SparseMatrix | [virtual] |
| getRow(int rNum, const Indexlist *const icols, real_t alpha, real_t *row) const | SparseMatrix | [virtual] |
| ir | SparseMatrix | [protected] |
| isDiag() const | SparseMatrix | [virtual] |
| jc | SparseMatrix | [protected] |
| jd | SparseMatrix | [protected] |
| Matrix() | Matrix | [inline] |
| nCols | SparseMatrix | [protected] |
| needToFreeMemory() const | Matrix | [inline] |
| nRows | SparseMatrix | [protected] |
| print() 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 | |
| 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] |
| 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] |
| val | SparseMatrix | [protected] |
| ~Matrix() | Matrix | [inline, virtual] |
| ~SparseMatrix() | SparseMatrix | [virtual] |