COPASI API
4.16.103
|
#include <CMatrix.h>
Public Types | |
typedef Matrix::elementType | elementType |
Public Member Functions | |
CFortranAccess (Matrix &A) | |
elementType & | operator() (const size_t &row, const size_t &col) |
const elementType & | operator() (const size_t &row, const size_t &col) const |
elementType * | operator[] (size_t row) |
const elementType * | operator[] (size_t row) const |
~CFortranAccess () | |
Private Attributes | |
Matrix & | mA |
typedef Matrix::elementType CFortranAccess< Matrix >::elementType |
|
inline |
|
inline |
|
inline |
Retrieve a matrix element using Fortran style indexing.
const | size_t & row |
const | size_t & col |
Definition at line 450 of file CMatrix.h.
References CFortranAccess< Matrix >::mA.
|
inline |
Retrieve a matrix element using Fortran style indexing.
const | size_t & row |
const | size_t & col |
Definition at line 460 of file CMatrix.h.
References CFortranAccess< Matrix >::mA.
|
inline |
Retrieve a row of the matrix using Fortran style indexing.
size_t | row |
Definition at line 433 of file CMatrix.h.
References CFortranAccess< Matrix >::mA.
|
inline |
Retrieve a row of the matrix using Fortran style indexing.
size_t | row |
Definition at line 441 of file CMatrix.h.
References CFortranAccess< Matrix >::mA.
|
private |
Definition at line 419 of file CMatrix.h.
Referenced by CFortranAccess< Matrix >::operator()(), and CFortranAccess< Matrix >::operator[]().