copasi API  0.1
Public Member Functions | Static Public Member Functions
CSparseMatrixElement Class Reference

#include <CSparseMatrix.h>

List of all members.

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)

Constructor & Destructor Documentation

CSparseMatrixElement::CSparseMatrixElement ( CSparseMatrix matrix,
const unsigned C_INT32 &  rowIndex,
const unsigned C_INT32 &  colIndex,
const C_FLOAT64 &  value 
)
CSparseMatrixElement::~CSparseMatrixElement ( )

Member Function Documentation

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

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines