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

smatrix.h File Reference

#include "matrix.h"

Go to the source code of this file.

Namespaces

namespace  CwMtx

Functions

template<class T>
CWTSquareMatrix< T > operator * (const T &value, const CWTSquareMatrix< T > &smat)
template<class T>
CWTSquareMatrix< T > transpose (const CWTSquareMatrix< T > &smat)
template<class T>
CWTSquareMatrix< T > adj (const CWTSquareMatrix< T > &smat)
template<class T>
CWTSquareMatrix< T > inv (const CWTSquareMatrix< T > &smat)
template<class T>
det (const CWTSquareMatrix< T > &smat)
template<class T>
tr (const CWTSquareMatrix< T > &smat)


Function Documentation

template<class T>
CWTSquareMatrix<T> CwMtx::adj const CWTSquareMatrix< T > &  smat  ) 
 

Definition at line 449 of file smatrix.h.

References CwMtx::CWTSquareMatrix< T >::makeAdjoint().

template<class T>
T CwMtx::det const CWTSquareMatrix< T > &  smat  ) 
 

Definition at line 468 of file smatrix.h.

References CwMtx::CWTMatrix< T >::addRowToRow(), CwMtx::CWTMatrix< T >::getRows(), and CwMtx::CWTMatrix< T >::multiplyRow().

template<class T>
CWTSquareMatrix<T> CwMtx::inv const CWTSquareMatrix< T > &  smat  ) 
 

Definition at line 458 of file smatrix.h.

References CwMtx::CWTSquareMatrix< T >::makeInverse().

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

Definition at line 433 of file smatrix.h.

template<class T>
T CwMtx::tr const CWTSquareMatrix< T > &  smat  ) 
 

Definition at line 523 of file smatrix.h.

Referenced by CwMtx::qtnFromSmat().

template<class T>
CWTSquareMatrix<T> CwMtx::transpose const CWTSquareMatrix< T > &  smat  ) 
 

Definition at line 440 of file smatrix.h.

References 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