|
copasi API
0.1
|
#include <CCopasiArray.h>
Public Member Functions | |
| CCopasiMatrixInterface (MatrixType *matrix) | |
| ~CCopasiMatrixInterface () | |
| data_type & | operator[] (const index_type &index) |
| const data_type & | operator[] (const index_type &index) const |
| const index_type & | size () const |
| unsigned int | dimensionality () const |
this class provides an interface to a CMatrix<C_FLOAT64> or a CLinkMatrixView, that is to every 2-dimensional class that has numRows(), numCols(), and operator()(row, col)
| CCopasiMatrixInterface< MatrixType >::CCopasiMatrixInterface | ( | MatrixType * | matrix | ) | [inline] |
| CCopasiMatrixInterface< MatrixType >::~CCopasiMatrixInterface | ( | ) | [inline] |
| unsigned int CCopasiMatrixInterface< MatrixType >::dimensionality | ( | ) | const [inline, virtual] |
Implements CCopasiAbstractArray.
| data_type& CCopasiMatrixInterface< MatrixType >::operator[] | ( | const index_type & | index | ) | [inline, virtual] |
Implements CCopasiAbstractArray.
| const data_type& CCopasiMatrixInterface< MatrixType >::operator[] | ( | const index_type & | index | ) | const [inline, virtual] |
Implements CCopasiAbstractArray.
| const index_type& CCopasiMatrixInterface< MatrixType >::size | ( | ) | const [inline, virtual] |
Implements CCopasiAbstractArray.
1.7.5.1