colmns() const | PrMatSparse | [virtual] |
irow(int k) | PrMatSparse | [inline] |
irow(int k) const | PrMatSparse | [inline] |
jcol(int k) | PrMatSparse | [inline] |
jcol(int k) const | PrMatSparse | [inline] |
matProd(PrMatSparse &B, PrMatSparse &C) const | PrMatSparse | |
operator()(int i, int j) const | PrMatSparse | [virtual] |
operator()(int k) | PrMatSparse | [inline] |
operator()(int k) const | PrMatSparse | [inline] |
print(std::ostream &os) | PrMatSparse | [virtual] |
printFull(std::ostream &os) | PrMatSparse | |
PrMatSparse() | PrMatSparse | [inline] |
PrMatSparse(int m, int n, int num_nonzero) | PrMatSparse | |
PrMatSparse(int m, int n, int num_nonzero, const int *irow, const int *jcol, const double *data) | PrMatSparse | |
prod(const PrVec &x, PrVec &y) const | PrMatSparse | [virtual] |
read(std::istream &is) | PrMatSparse | [virtual] |
redim(int m, int n, int num_nonzero) | PrMatSparse | |
rows() const | PrMatSparse | [virtual] |
scalProd(double d) | PrMatSparse | [inline] |
setToMatrix(const PrMatrix &m, double tol=0.0) | PrMatSparse | |
~PrMatrix() | PrMatrix | [virtual] |
~PrMatSparse() | PrMatSparse | [virtual] |