#include <CModel.h>
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
CModel::CLinkMatrixView::CLinkMatrixView |
( |
const CMatrix< C_FLOAT64 > & |
A, |
|
|
const unsigned C_INT32 & |
numIndependent |
|
) |
| |
Default constructor
- Parameters:
-
CModel::CLinkMatrixView::~CLinkMatrixView |
( |
| ) |
|
Member Function Documentation
unsigned C_INT32 CModel::CLinkMatrixView::numCols |
( |
| ) |
const |
The number of columns of the matrix
- Returns:
- unsigned C_INT32 cols
unsigned C_INT32 CModel::CLinkMatrixView::numRows |
( |
| ) |
const |
The number of rows of the matrix.
- Returns:
- unsigned C_INT32 rows
elementType& CModel::CLinkMatrixView::operator() |
( |
const unsigned C_INT32 & |
row, |
|
|
const unsigned C_INT32 & |
col |
|
) |
| const [inline] |
Retrieve a matrix element using the c-style indexing.
- Parameters:
-
const | unsigned C_INT32 & row |
const | unsigned C_INT32 & col |
- Returns:
- elementType & element
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CLinkMatrixView & |
A |
|
) |
| [friend] |
Output stream operator
- Parameters:
-
- Returns:
- ostream & os
The documentation for this class was generated from the following files: