copasi API
0.1
|
#include <CMatrix.h>
Public Types | |
typedef Matrix::elementType | elementType |
Public Member Functions | |
CUnitLowerTriangularView (const Matrix &A, const elementType zero, const elementType unit) | |
~CUnitLowerTriangularView () | |
unsigned C_INT32 | numRows () const |
unsigned C_INT32 | numCols () const |
elementType | operator() (const unsigned C_INT32 &row, const unsigned C_INT32 &col) const |
Friends | |
std::ostream & | operator<< (std::ostream &os, const CUnitLowerTriangularView< Matrix > &A) |
typedef Matrix::elementType CUnitLowerTriangularView< Matrix >::elementType |
CUnitLowerTriangularView< Matrix >::CUnitLowerTriangularView | ( | const Matrix & | A, |
const elementType | zero, | ||
const elementType | unit | ||
) | [inline] |
CUnitLowerTriangularView< Matrix >::~CUnitLowerTriangularView | ( | ) | [inline] |
unsigned C_INT32 CUnitLowerTriangularView< Matrix >::numCols | ( | ) | const [inline] |
The number of columns of the matrix
unsigned C_INT32 CUnitLowerTriangularView< Matrix >::numRows | ( | ) | const [inline] |
The number of rows of the matrix.
elementType CUnitLowerTriangularView< Matrix >::operator() | ( | const unsigned C_INT32 & | row, |
const unsigned C_INT32 & | col | ||
) | const [inline] |
Retrieve a matrix element using the indexing style of the matrix.
const | unsigned C_INT32 & row |
const | unsigned C_INT32 & col |
std::ostream& operator<< | ( | std::ostream & | os, |
const CUnitLowerTriangularView< Matrix > & | A | ||
) | [friend] |
Output stream operator
ostream | & os |
const | CUnitLowerTriangularView< Matrix > & A |