Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

stat_matrix.h File Reference

#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)


Function Documentation

template<unsigned r, unsigned c, unsigned c2, class T>
CWTSMatrix<r, c2, T> CwMtx::operator * CWTSMatrix< r, c, T >  mat1,
const CWTSMatrix< c, c2, T > &  mat2
 

Definition at line 441 of file stat_matrix.h.

template<unsigned r, unsigned c, class T>
CWTSMatrix<r, c, T> CwMtx::operator * const T &  value,
const CWTSMatrix< r, c, T > &  mat
[inline]
 

Definition at line 434 of file stat_matrix.h.

Referenced by CwMtx::CWTSSpaceVector< T >::operator *().

template<unsigned r, unsigned c, class T>
ostream& CwMtx::operator<< ostream &  os,
const CWTSMatrix< r, c, T > &  mtx
 

Definition at line 480 of file stat_matrix.h.

template<unsigned r, unsigned c, class T>
CWTSMatrix<r, c, T> CwMtx::transpose const CWTSMatrix< c, r, T > &  mat  ) 
 

Definition at line 463 of file stat_matrix.h.


Generated on Sun Jul 3 12:18:46 2005 for Matrix and vector library by  doxygen 1.4.2