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