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

matrix.h File Reference

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


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
N_NOTALLOCATED 
N_ALLOCATED 
N_MAPPED 

Definition at line 47 of file matrix.h.


Function Documentation

template<class T>
CWTMatrix<T> CwMtx::operator * const T &  value,
const CWTMatrix< T > &  mat
[inline]
 

Definition at line 649 of file matrix.h.

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

template<class T>
ostream& CwMtx::operator<< ostream &  os,
const CWTMatrix< T > &  mtx
 

Definition at line 664 of file matrix.h.

template<class T>
CWTMatrix<T> CwMtx::transpose const CWTMatrix< T > &  mat  ) 
 

Definition at line 656 of file matrix.h.

References CwMtx::CWTMatrix< T >::getCols(), CwMtx::CWTMatrix< T >::getRows(), and CwMtx::CWTMatrix< T >::storeTranspose().


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