, including all inherited members.
| AddElement(int row, int col, double v, bool check_zero=true) | SparseMatrix | [inline] |
| AddMult(UserVector< double > &y, const UserVector< double > &x, const double alpha) const | SparseMatrix | [inline, virtual] |
| AddToElement(int row, int col, double v, bool check_zero=true) | SparseMatrix | [inline] |
| col_ptr | SparseMatrix | [protected] |
| cols() const | SparseMatrix | [inline] |
| cols_ | SparseMatrix | [protected] |
| finish() | SparseMatrix | |
| GetColPtr() const | SparseMatrix | [inline] |
| GetRowInd() const | SparseMatrix | [inline] |
| GetVal() const | SparseMatrix | [inline] |
| GetVal() | SparseMatrix | [inline] |
| MultV(double *y, const double *x) const | SparseMatrix | [inline, virtual] |
| MultV(dvector &y, const dvector &x) const | SparseMatrix | [inline, virtual] |
| MultV(UserVector< double > &y, const UserVector< double > &x) const | SparseMatrix | [inline, virtual] |
| MultV(IntervalVector &y, const IntervalVector &x) const | SparseMatrix | [inline, virtual] |
| MultV(SparseVector< double > &y, const SparseVector< double > &x) const | SparseMatrix | [inline, virtual] |
| nonzeros() const | SparseMatrix | [inline] |
| nz | SparseMatrix | [protected] |
| operator()(int row, int col) const | SparseMatrix | [inline, virtual] |
| operator*=(const double v) | SparseMatrix | |
| operator+=(const UserMatrix &A_) | SparseMatrix | |
| operator+=(const ExtUserMatrix &A_) | SparseMatrix | [inline] |
| operator=(const double v) | SparseMatrix | |
| plot(char *filename) const | SparseMatrix | |
| print(ostream &out) const | SparseMatrix | [virtual] |
| resize(int rows__, int cols__) | SparseMatrix | |
| row_ind | SparseMatrix | [protected] |
| rows() const | SparseMatrix | [inline] |
| rows_ | SparseMatrix | [protected] |
| set_block(const SparseMatrix &A, const ivector &indices) | SparseMatrix | |
| SparseMatrix(int rows__, int cols__) | SparseMatrix | [inline] |
| SparseMatrix(const SparseMatrix &A_) | SparseMatrix | [inline] |
| SparseMatrix(const UserMatrix &A_, bool no_finish=false) | SparseMatrix | |
| SparseMatrix(const ExtUserMatrix &A_, bool no_finish=false) | SparseMatrix | [inline] |
| val | SparseMatrix | [protected] |
| values | SparseMatrix | [protected] |
| xAx(const IntervalVector &x) const | SparseMatrix | [inline, virtual] |
| xAx(const UserVector< double > &x) const | SparseMatrix | [inline, virtual] |
| xAx_2bx(const IntervalVector &x, const UserVector< double > &b) const | SparseMatrix | [virtual] |
| yAx(const IntervalVector &y, const IntervalVector &x) const | SparseMatrix | [inline, virtual] |
| yAx(const UserVector< double > &y, const UserVector< double > &x) const | SparseMatrix | [inline, virtual] |
| yAx(const dvector &y, const dvector &x) const | SparseMatrix | [inline, virtual] |
| ~SparseMatrix() | SparseMatrix | [inline, virtual] |