COPASI API
4.16.103
|
#include <CMatrix.h>
Public Types | |
typedef Matrix::elementType | elementType |
Public Member Functions | |
CTransposeView (const Matrix &A) | |
size_t | numCols () const |
size_t | numRows () const |
elementType | operator() (const size_t &row, const size_t &col) const |
~CTransposeView () | |
Private Attributes | |
const Matrix & | mA |
Friends | |
std::ostream & | operator<< (std::ostream &os, const CTransposeView< Matrix > &A) |
typedef Matrix::elementType CTransposeView< Matrix >::elementType |
|
inline |
|
inline |
|
inline |
The number of columns of the matrix
Definition at line 773 of file CMatrix.h.
References CTransposeView< Matrix >::mA.
Referenced by operator<<().
|
inline |
The number of rows of the matrix.
Definition at line 767 of file CMatrix.h.
References CTransposeView< Matrix >::mA.
Referenced by CEFMAlgorithm::initialize(), and operator<<().
|
inline |
Retrieve a matrix element using the indexing style of the matrix.
const | size_t & row |
const | size_t & col |
Definition at line 781 of file CMatrix.h.
References CTransposeView< Matrix >::mA.
|
friend |
|
private |
Definition at line 756 of file CMatrix.h.
Referenced by CTransposeView< Matrix >::numCols(), CTransposeView< Matrix >::numRows(), and CTransposeView< Matrix >::operator()().