GL Studio C++ Runtime API
GlsMatrix< Type, DIM > Member List

This is the complete list of members for GlsMatrix< Type, DIM >, including all inherited members.

_dataGlsMatrix< Type, DIM >protected
_matrixGlsMatrix< Type, DIM >protected
Clear()GlsMatrix< Type, DIM >inline
closeValues(Type lv, Type rv) constGlsMatrix< Type, DIM >inlineprotected
CStyleMatrix typedefGlsMatrix< Type, DIM >
Data()GlsMatrix< Type, DIM >inline
Data() constGlsMatrix< Type, DIM >inline
Determinant() constGlsMatrix< Type, DIM >
Dump() constGlsMatrix< Type, DIM >
GlsMatrix()GlsMatrix< Type, DIM >
GlsMatrix(const CStyleMatrix m)GlsMatrix< Type, DIM >
GlsMatrix(const Type *m)GlsMatrix< Type, DIM >
GlsMatrix(const GlsMatrix< Type, DIM > &m)GlsMatrix< Type, DIM >
Initialize()GlsMatrix< Type, DIM >inlineprotected
Inverse() constGlsMatrix< Type, DIM >
Invert()GlsMatrix< Type, DIM >inline
IsDiagonal() constGlsMatrix< Type, DIM >inline
IsIdentity() constGlsMatrix< Type, DIM >inline
IsLowerTriangular() constGlsMatrix< Type, DIM >inline
IsScalar() constGlsMatrix< Type, DIM >inline
IsSingular() constGlsMatrix< Type, DIM >inline
IsSkewSymmetric() constGlsMatrix< Type, DIM >inline
IsSymmetric() constGlsMatrix< Type, DIM >inline
IsUpperTriangular() constGlsMatrix< Type, DIM >inline
MakeIdentity()GlsMatrix< Type, DIM >inline
operator!=(const GlsMatrix< Type, DIM > &rhs) constGlsMatrix< Type, DIM >inline
operator()(unsigned row, unsigned col)GlsMatrix< Type, DIM >inline
operator()(unsigned row, unsigned col) constGlsMatrix< Type, DIM >inline
operator*(const GlsMatrix< Type, DIM > &rhs) constGlsMatrix< Type, DIM >inline
operator*(Type scalar) constGlsMatrix< Type, DIM >inline
operator*(const GlsMatrix< double, 4 > &rhs) constGlsMatrix< Type, DIM >inline
operator*(const GlsMatrix< float, 4 > &rhs) constGlsMatrix< Type, DIM >inline
operator*=(const GlsMatrix< Type, DIM > &rhs)GlsMatrix< Type, DIM >inline
operator*=(Type scalar)GlsMatrix< Type, DIM >inline
operator*=(const GlsMatrix< double, 4 > &rhs)GlsMatrix< Type, DIM >inline
operator*=(const GlsMatrix< float, 4 > &rhs)GlsMatrix< Type, DIM >inline
operator+() constGlsMatrix< Type, DIM >inline
operator+(const GlsMatrix< Type, DIM > &rhs) constGlsMatrix< Type, DIM >inline
operator+=(const GlsMatrix< Type, DIM > &rhs)GlsMatrix< Type, DIM >inline
operator-() constGlsMatrix< Type, DIM >inline
operator-(const GlsMatrix< Type, DIM > &rhs) constGlsMatrix< Type, DIM >inline
operator-=(const GlsMatrix< Type, DIM > &rhs)GlsMatrix< Type, DIM >inline
operator/(Type scalar) constGlsMatrix< Type, DIM >inline
operator/=(Type scalar)GlsMatrix< Type, DIM >inline
operator=(const GlsMatrix< Type, DIM > &m)GlsMatrix< Type, DIM >inline
operator=(const CStyleMatrix m)GlsMatrix< Type, DIM >inline
operator==(const GlsMatrix< Type, DIM > &rhs) constGlsMatrix< Type, DIM >inline
Pivot(unsigned row)GlsMatrix< Type, DIM >protected
PRECISIONGlsMatrix< Type, DIM >protectedstatic
Transpose()GlsMatrix< Type, DIM >inline
Transposition() constGlsMatrix< Type, DIM >inline
~GlsMatrix()GlsMatrix< Type, DIM >virtual