copasi API
0.1
|
#include <CSparseMatrix.h>
Public Member Functions | |
CSparseMatrixElement (CSparseMatrix &matrix, const unsigned C_INT32 &rowIndex, const unsigned C_INT32 &colIndex, const C_FLOAT64 &value) | |
~CSparseMatrixElement () | |
const C_FLOAT64 & | operator= (const C_FLOAT64 &value) |
operator const C_FLOAT64 & () const | |
const unsigned C_INT32 & | row () const |
const unsigned C_INT32 & | col () const |
Static Public Member Functions | |
static bool | compareRow (const CSparseMatrixElement *pLhs, const CSparseMatrixElement *pRhs) |
static bool | compareCol (const CSparseMatrixElement *pLhs, const CSparseMatrixElement *pRhs) |
CSparseMatrixElement::CSparseMatrixElement | ( | CSparseMatrix & | matrix, |
const unsigned C_INT32 & | rowIndex, | ||
const unsigned C_INT32 & | colIndex, | ||
const C_FLOAT64 & | value | ||
) |
CSparseMatrixElement::~CSparseMatrixElement | ( | ) |
const unsigned C_INT32 & CSparseMatrixElement::col | ( | ) | const |
bool CSparseMatrixElement::compareCol | ( | const CSparseMatrixElement * | pLhs, |
const CSparseMatrixElement * | pRhs | ||
) | [static] |
bool CSparseMatrixElement::compareRow | ( | const CSparseMatrixElement * | pLhs, |
const CSparseMatrixElement * | pRhs | ||
) | [static] |
CSparseMatrixElement::operator const C_FLOAT64 & | ( | ) | const |
const C_FLOAT64 & CSparseMatrixElement::operator= | ( | const C_FLOAT64 & | value | ) |
const unsigned C_INT32 & CSparseMatrixElement::row | ( | ) | const |