COPASI API
4.16.103
|
#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
Definition at line 561 of file CMatrix.h.
References CLowerTriangularView< Matrix >::mA.
Referenced by operator<<().
|
inline |
The number of rows of the matrix.
Definition at line 555 of file CMatrix.h.
References CLowerTriangularView< Matrix >::mA.
Referenced by operator<<().
|
inline |
Retrieve a matrix element using the indexing style of the matrix.
const | size_t & row |
const | size_t & col |
Definition at line 569 of file CMatrix.h.
References CLowerTriangularView< Matrix >::mA, and CLowerTriangularView< Matrix >::mZero.
|
friend |
|
private |
Definition at line 540 of file CMatrix.h.
Referenced by CLowerTriangularView< Matrix >::numCols(), CLowerTriangularView< Matrix >::numRows(), and CLowerTriangularView< Matrix >::operator()().
|
private |
Definition at line 541 of file CMatrix.h.
Referenced by CLowerTriangularView< Matrix >::operator()().