copasi API
0.1
|
#include <CSparseMatrix.h>
Classes | |
class | const_row_iterator |
Public Member Functions | |
CCompressedColumnFormat (const unsigned C_INT32 &rows, const unsigned C_INT32 &columns, const unsigned C_INT32 &nonZeros) | |
CCompressedColumnFormat (const CSparseMatrix &matrix) | |
~CCompressedColumnFormat () | |
unsigned C_INT32 | numRows () const |
unsigned C_INT32 | numCols () const |
unsigned C_INT32 | numNonZeros () const |
const C_FLOAT64 * | getValues () const |
C_FLOAT64 * | getValues () |
const unsigned C_INT32 * | getRowIndex () const |
unsigned C_INT32 * | getRowIndex () |
const unsigned C_INT32 * | getColumnStart () const |
unsigned C_INT32 * | getColumnStart () |
CCompressedColumnFormat & | operator= (const CSparseMatrix &ccf) |
const_row_iterator | beginRow (const unsigned C_INT32 &row) const |
const_row_iterator | endRow (const unsigned C_INT32 &row) const |
CCompressedColumnFormat::CCompressedColumnFormat | ( | const unsigned C_INT32 & | rows, |
const unsigned C_INT32 & | columns, | ||
const unsigned C_INT32 & | nonZeros | ||
) |
CCompressedColumnFormat::CCompressedColumnFormat | ( | const CSparseMatrix & | matrix | ) |
CCompressedColumnFormat::~CCompressedColumnFormat | ( | ) |
CCompressedColumnFormat::const_row_iterator CCompressedColumnFormat::beginRow | ( | const unsigned C_INT32 & | row | ) | const |
CCompressedColumnFormat::const_row_iterator CCompressedColumnFormat::endRow | ( | const unsigned C_INT32 & | row | ) | const |
const unsigned C_INT32 * CCompressedColumnFormat::getColumnStart | ( | ) | const |
unsigned C_INT32 * CCompressedColumnFormat::getColumnStart | ( | ) |
const unsigned C_INT32 * CCompressedColumnFormat::getRowIndex | ( | ) | const |
unsigned C_INT32 * CCompressedColumnFormat::getRowIndex | ( | ) |
const C_FLOAT64 * CCompressedColumnFormat::getValues | ( | ) | const |
C_FLOAT64 * CCompressedColumnFormat::getValues | ( | ) |
unsigned C_INT32 CCompressedColumnFormat::numCols | ( | ) | const |
unsigned C_INT32 CCompressedColumnFormat::numNonZeros | ( | ) | const |
unsigned C_INT32 CCompressedColumnFormat::numRows | ( | ) | const |
CCompressedColumnFormat & CCompressedColumnFormat::operator= | ( | const CSparseMatrix & | ccf | ) |