COPASI API
4.40.278
|
#include <CMatrix.h>
Public Types | |
typedef Matrix::elementType | elementType |
Public Member Functions | |
CLowerTriangularView (const Matrix &A, const elementType zero) | |
size_t | numCols () const |
size_t | numRows () const |
elementType | operator() (const size_t &row, const size_t &col) const |
~CLowerTriangularView () | |
Private Attributes | |
const Matrix & | mA |
elementType | mZero |
Friends | |
std::ostream & | operator<< (std::ostream &os, const CLowerTriangularView< Matrix > &A) |
typedef Matrix::elementType CLowerTriangularView< Matrix >::elementType |
|
inline |
|
inline |
|
inline |
The number of columns of the matrix
References CLowerTriangularView< Matrix >::mA.
|
inline |
|
inline |
Retrieve a matrix element using the indexing style of the matrix.
const | size_t & row |
const | size_t & col |
References CLowerTriangularView< Matrix >::mA, and CLowerTriangularView< Matrix >::mZero.
|
friend |
Output stream operator
ostream | & os |
const | CLowerTriangularView< Matrix > & A |
|
private |
|
private |
Referenced by CLowerTriangularView< Matrix >::operator()().