#include "stat_matrix.h"
Go to the source code of this file.
Namespaces | |
namespace | CwMtx |
Functions | |
template<unsigned r, class T> | |
CWTSSquareMatrix< r, T > | operator * (const T &value, const CWTSSquareMatrix< r, T > &smat) |
template<unsigned r, class T> | |
CWTSSquareMatrix< r, T > | transpose (const CWTSSquareMatrix< r, T > &smat) |
template<unsigned r, class T> | |
CWTSSquareMatrix< r, T > | adj (const CWTSSquareMatrix< r, T > &smat) |
template<unsigned r, class T> | |
CWTSSquareMatrix< r, T > | inv (const CWTSSquareMatrix< r, T > &smat) |
template<unsigned r, class T> | |
T | det (const CWTSSquareMatrix< r, T > &smat) |
template<unsigned r, class T> | |
T | tr (const CWTSSquareMatrix< r, T > &smat) |
|
Definition at line 377 of file stat_smatrix.h. References CwMtx::CWTSSquareMatrix< r, T >::makeAdjoint(). |
|
Definition at line 398 of file stat_smatrix.h. References CwMtx::CWTSMatrix< r, r, T >::addRowToRow(), and CwMtx::CWTSMatrix< r, r, T >::multiplyRow(). |
|
Definition at line 387 of file stat_smatrix.h. References CwMtx::CWTSSquareMatrix< r, T >::makeInverse(). |
|
Definition at line 352 of file stat_smatrix.h. |
|
Definition at line 453 of file stat_smatrix.h. Referenced by CwMtx::qtnFromSmat(). |
|
Definition at line 359 of file stat_smatrix.h. |