#include <iostream>#include <iomanip>Go to the source code of this file.
Namespaces | |
| namespace | CwMtx |
Enumerations | |
| enum | { N_NOTALLOCATED, N_ALLOCATED, N_MAPPED } |
Functions | |
| template<class T> | |
| CWTMatrix< T > | operator * (const T &value, const CWTMatrix< T > &mat) |
| template<class T> | |
| CWTMatrix< T > | transpose (const CWTMatrix< T > &mat) |
| template<class T> | |
| ostream & | operator<< (ostream &os, const CWTMatrix< T > &mtx) |
|
|
|
|
||||||||||||||||
|
Definition at line 649 of file matrix.h. Referenced by CwMtx::CWTSpaceVector< T >::operator *(). |
|
||||||||||||||||
|
|
|
||||||||||
|
Definition at line 656 of file matrix.h. References CwMtx::CWTMatrix< T >::getCols(), CwMtx::CWTMatrix< T >::getRows(), and CwMtx::CWTMatrix< T >::storeTranspose(). |
1.4.2