#include <CMatrix.h>
◆ elementType
◆ CTransposeView()
◆ ~CTransposeView()
◆ numCols()
◆ numRows()
◆ operator()()
Retrieve a matrix element using the indexing style of the matrix.
- Parameters
-
const | size_t & row |
const | size_t & col |
- Returns
- elementType element
References CTransposeView< Matrix >::mA.
◆ operator<<
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
◆ mA
The documentation for this class was generated from the following file: