|
copasi API
0.1
|
#include <CMatrix.h>
Public Types | |
| typedef Matrix::elementType | elementType |
Public Member Functions | |
| CUpperTriangularView (const Matrix &A, const elementType zero) | |
| ~CUpperTriangularView () | |
| 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 CUpperTriangularView< Matrix > &A) |
| typedef Matrix::elementType CUpperTriangularView< Matrix >::elementType |
| CUpperTriangularView< Matrix >::CUpperTriangularView | ( | const Matrix & | A, |
| const elementType | zero | ||
| ) | [inline] |
| CUpperTriangularView< Matrix >::~CUpperTriangularView | ( | ) | [inline] |
| unsigned C_INT32 CUpperTriangularView< Matrix >::numCols | ( | ) | const [inline] |
The number of columns of the matrix
| unsigned C_INT32 CUpperTriangularView< Matrix >::numRows | ( | ) | const [inline] |
The number of rows of the matrix.
| elementType CUpperTriangularView< 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 CUpperTriangularView< Matrix > & | A | ||
| ) | [friend] |
Output stream operator
| ostream | & os |
| const | CUpperTriangularView< Matrix > & A |
1.7.5.1