#include <iostream>Go to the source code of this file.
Namespaces | |
| namespace | CwMtx |
Functions | |
| template<unsigned r, unsigned c, class T> | |
| CWTSMatrix< r, c, T > | operator * (const T &value, const CWTSMatrix< r, c, T > &mat) |
| template<unsigned r, unsigned c, unsigned c2, class T> | |
| CWTSMatrix< r, c2, T > | operator * (CWTSMatrix< r, c, T > mat1, const CWTSMatrix< c, c2, T > &mat2) |
| template<unsigned r, unsigned c, class T> | |
| CWTSMatrix< r, c, T > | transpose (const CWTSMatrix< c, r, T > &mat) |
| template<unsigned r, unsigned c, class T> | |
| ostream & | operator<< (ostream &os, const CWTSMatrix< r, c, T > &mtx) |
|
||||||||||||||||
|
Definition at line 441 of file stat_matrix.h. |
|
||||||||||||||||
|
Definition at line 434 of file stat_matrix.h. Referenced by CwMtx::CWTSSpaceVector< T >::operator *(). |
|
||||||||||||||||
|
Definition at line 480 of file stat_matrix.h. |
|
||||||||||
|
Definition at line 463 of file stat_matrix.h. |
1.4.2