
Go to the source code of this file.
Classes | |
| class | Matrix |
Typedefs | |
| typedef Scalar | Mat3[3][3] |
Functions | |
| Vector | operator* (const Matrix &m, const Vector &v) |
| Vector | operator* (const Vector &v, const Matrix &m) |
| Matrix | operator* (const Matrix &m1, const Matrix &m2) |
| Matrix | multTransposeLeft (const Matrix &m1, const Matrix &m2) |
| Matrix | transpose (const Matrix &m) |
| Matrix | adjoint (const Matrix &m) |
| Matrix | inverse (const Matrix &m) |
| Matrix | absolute (const Matrix &m) |
| ostream & | operator<< (ostream &os, const Matrix &m) |
| Scalar | determinant (const Matrix &m) |
|
inline |