#include <CMatrix.h>
List of all members.
template<class Matrix>
class CTransposeView< Matrix >
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
The number of columns of the matrix
- Returns:
- unsigned C_INT32 cols
The number of rows of the matrix.
- Returns:
- unsigned C_INT32 rows
template<class Matrix>
elementType CTransposeView< 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.
- Parameters:
-
const | unsigned C_INT32 & row |
const | unsigned C_INT32 & col |
- Returns:
- elementType element
Friends And Related Function Documentation
template<class Matrix>
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CTransposeView< Matrix > & |
A |
|
) |
| [friend] |
Output stream operator
- Parameters:
-
ostream | & os |
const | CTransposeView< Matrix > & A |
- Returns:
- ostream & os
The documentation for this class was generated from the following file: