Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
VMatrix< T, S > Member List

This is the complete list of members for VMatrix< T, S >, including all inherited members.

addBlock(const Matrix< T, SX2, SY2 > &m, unsigned iSrc, unsigned jSrc, unsigned iDst, unsigned jDst)Matrix< T, S, 1 >inline
addGenBlock(const Matrix< T, SX2, SY2 > &m, unsigned iSrc, unsigned jSrc, unsigned iDst, unsigned jDst)Matrix< T, S, 1 >inline
determinant(const Matrix< T, 3, 3 > &mat)Matrix< T, S, 1 >related
determinant(const Matrix< T, 2, 2 > &mat)Matrix< T, S, 1 >related
get(unsigned x, unsigned y) constMatrix< T, S, 1 >inline
get(unsigned x, unsigned y)Matrix< T, S, 1 >inline
identity()Matrix< T, S, 1 >inlinestatic
inverse(const Matrix< T, 3, 3 > &mat)Matrix< T, S, 1 >related
Matrix()Matrix< T, S, 1 >inline
Matrix(const T &t)Matrix< T, S, 1 >inlineexplicit
Matrix(const Matrix< T, SX, SY > &m)Matrix< T, S, 1 >inline
maxNorm() constMatrix< T, S, 1 >inline
operator *(const T &t) constMatrix< T, S, 1 >inline
operator *(const Matrix< T, SY, SZ > &m) constMatrix< T, S, 1 >inline
operator *(const Matrix< T, 2, 2 > &m, const Vector2< T > &v)Matrix< T, S, 1 >related
operator *(const Matrix< T, 3, 3 > &m, const Vector3< T > &v)Matrix< T, S, 1 >related
operator *(const SymMatrix< T, 3 > &m, const Vector3< T > &v)Matrix< T, S, 1 >related
operator *=(const T &t)Matrix< T, S, 1 >inline
operator()(unsigned x, unsigned y) constMatrix< T, S, 1 >inline
operator()(unsigned x, unsigned y)Matrix< T, S, 1 >inline
operator+(const Matrix< T, SX, SY > &m) constMatrix< T, S, 1 >inline
operator+=(const Matrix< T, SX, SY > &m)Matrix< T, S, 1 >inline
operator-(const Matrix< T, SX, SY > &m) constMatrix< T, S, 1 >inline
operator-=(const Matrix< T, SX, SY > &m)Matrix< T, S, 1 >inline
operator/(const T &t) constMatrix< T, S, 1 >inline
operator/=(const T &t)Matrix< T, S, 1 >inline
operator=(const VMatrix< T, S > &m)VMatrix< T, S >inline
operator=(const Matrix< T, S, 1 > &m)VMatrix< T, S >inline
Matrix< T, S, 1 >::operator=(const Matrix< T, SX, SY > &m)Matrix< T, S, 1 >inline
operator[](unsigned x) constVMatrix< T, S >inline
operator[](unsigned x)VMatrix< T, S >inline
outerProduct(const Vector3< T > &v1, const Vector3< T > &v2)Matrix< T, S, 1 >related
outerProduct(const Vector2< T > &v1, const Vector2< T > &v2)Matrix< T, S, 1 >related
set(const T &t=T())Matrix< T, S, 1 >inline
t_ (defined in Matrix< T, S, 1 >)Matrix< T, S, 1 >
toMatrix(const Vector2< T > &v)VMatrix< T, S >related
toMatrix(const Vector3< T > &v)VMatrix< T, S >related
trace() constMatrix< T, S, 1 >inline
transpose() constMatrix< T, S, 1 >inline
VMatrix()VMatrix< T, S >inline
VMatrix(const T &t)VMatrix< T, S >inlineexplicit
VMatrix(const VMatrix< T, S > &m)VMatrix< T, S >inline
VMatrix(const Matrix< T, S, 1 > &m)VMatrix< T, S >inline