copasi API
0.1
|
CSparseMatrix(const unsigned C_INT32 &rows=0, const unsigned C_INT32 &cols=0) | CSparseMatrix | |
CSparseMatrix(const CCompressedColumnFormat &ccf) | CSparseMatrix | |
getColumns() const | CSparseMatrix | |
getColumns() | CSparseMatrix | |
getRows() const | CSparseMatrix | |
getRows() | CSparseMatrix | |
getTreshold() const | CSparseMatrix | |
insert(const unsigned C_INT32 &row, const unsigned C_INT32 &col, const C_FLOAT64 &value) | CSparseMatrix | |
numCols() const | CSparseMatrix | |
numNonZeros() const | CSparseMatrix | |
numRows() const | CSparseMatrix | |
operator const CMatrix< C_FLOAT64 >() const | CSparseMatrix | |
operator()(const unsigned C_INT32 &row, const unsigned C_INT32 &col) | CSparseMatrix | |
operator()(const unsigned C_INT32 &row, const unsigned C_INT32 &col) const | CSparseMatrix | |
operator<<(std::ostream &os, const CSparseMatrix &A) | CSparseMatrix | [friend] |
operator=(const CCompressedColumnFormat &ccf) | CSparseMatrix | |
operator=(const CMatrix< C_FLOAT64 > &matrix) | CSparseMatrix | |
remove(const unsigned C_INT32 &row, const unsigned C_INT32 &col) | CSparseMatrix | |
resize(const unsigned C_INT32 &rows, const unsigned C_INT32 &columns) | CSparseMatrix | |
setTreshold(const C_FLOAT64 &threshold) | CSparseMatrix | |
~CSparseMatrix() | CSparseMatrix |