This is the complete list of members for
CubitSparseMatrix, including all inherited members.
| add(int row, int col, double data) | CubitSparseMatrix | |
| clear() | CubitSparseMatrix | |
| CubitSparseMatrix() | CubitSparseMatrix | |
| CubitSparseMatrix(int numRows, int numCols, std::vector< int > &is, std::vector< int > &js, std::vector< double > &es) | CubitSparseMatrix | |
| delete_data(void) | CubitSparseMatrix | [private] |
| get_row(int row) const | CubitSparseMatrix | |
| matrixData | CubitSparseMatrix | [private] |
| num_cols(void) const | CubitSparseMatrix | [inline] |
| num_non_zeros(void) const | CubitSparseMatrix | |
| num_non_zeros_per_row(double &ave, int &max, int &min) const | CubitSparseMatrix | |
| num_rows(void) const | CubitSparseMatrix | [inline] |
| numCols | CubitSparseMatrix | [private] |
| numRows | CubitSparseMatrix | [private] |
| operator*(const std::vector< double > &vec) const | CubitSparseMatrix | |
| plus_identity() | CubitSparseMatrix | |
| print(char *filename=0) const | CubitSparseMatrix | |
| reset(int numRows, int numCols, std::vector< int > &is, std::vector< int > &js, std::vector< double > &es) | CubitSparseMatrix | |
| sub_matrix(const std::vector< bool > &rows_to_include, const std::vector< bool > &cols_to_include, CubitSparseMatrix &submatrix) | CubitSparseMatrix | |
| ~CubitSparseMatrix() | CubitSparseMatrix | |