#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> | |
T | det (const CWTSquareMatrix< T > &smat) |
template<class T> | |
T | tr (const CWTSquareMatrix< T > &smat) |
|
Definition at line 449 of file smatrix.h. References CwMtx::CWTSquareMatrix< T >::makeAdjoint(). |
|
Definition at line 468 of file smatrix.h. References CwMtx::CWTMatrix< T >::addRowToRow(), CwMtx::CWTMatrix< T >::getRows(), and CwMtx::CWTMatrix< T >::multiplyRow(). |
|
Definition at line 458 of file smatrix.h. References CwMtx::CWTSquareMatrix< T >::makeInverse(). |
|
|
|
Definition at line 523 of file smatrix.h. Referenced by CwMtx::qtnFromSmat(). |
|
Definition at line 440 of file smatrix.h. References CwMtx::CWTMatrix< T >::getRows(), and CwMtx::CWTMatrix< T >::storeTranspose(). |