COPASI API
4.16.103
|
#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
Definition at line 493 of file CMatrix.h.
References CUpperTriangularView< Matrix >::mA.
Referenced by operator<<().
|
inline |
The number of rows of the matrix.
Definition at line 487 of file CMatrix.h.
References CUpperTriangularView< 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 501 of file CMatrix.h.
References CUpperTriangularView< Matrix >::mA, and CUpperTriangularView< Matrix >::mZero.
|
friend |
|
private |
Definition at line 472 of file CMatrix.h.
Referenced by CUpperTriangularView< Matrix >::numCols(), CUpperTriangularView< Matrix >::numRows(), and CUpperTriangularView< Matrix >::operator()().
|
private |
Definition at line 473 of file CMatrix.h.
Referenced by CUpperTriangularView< Matrix >::operator()().