COPASI API
4.16.103
|
#include <CFitProblem.h>
Public Member Functions | |
CCopasiMatrixInterface (MatrixType *matrix) | |
size_t | dimensionality () const |
data_type & | operator[] (const index_type &index) |
const data_type & | operator[] (const index_type &index) const |
const index_type & | size () const |
virtual | ~CCopasiMatrixInterface () |
![]() | |
virtual | ~CCopasiAbstractArray () |
Private Attributes | |
MatrixType * | mMatrix |
std::vector< size_t > | mSizes |
Additional Inherited Members | |
![]() | |
typedef C_FLOAT64 | data_type |
typedef std::vector< size_t > | index_type |
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)
Definition at line 27 of file CFitProblem.h.
|
inline |
Definition at line 93 of file CCopasiArray.h.
|
inlinevirtual |
Definition at line 101 of file CCopasiArray.h.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements CCopasiAbstractArray.
Definition at line 129 of file CCopasiArray.h.
|
private |
Definition at line 122 of file CCopasiArray.h.
Referenced by CCopasiMatrixInterface< CMatrix< C_FLOAT64 > >::CCopasiMatrixInterface(), CCopasiMatrixInterface< CMatrix< C_FLOAT64 > >::operator[](), and CCopasiMatrixInterface< CMatrix< C_FLOAT64 > >::size().
|
private |
Definition at line 124 of file CCopasiArray.h.
Referenced by CCopasiMatrixInterface< CMatrix< C_FLOAT64 > >::CCopasiMatrixInterface(), and CCopasiMatrixInterface< CMatrix< C_FLOAT64 > >::size().