Itasca C++ Interface
|
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 |
begin() (defined in VMatrix< T, S >) | VMatrix< T, S > | inline |
begin() const (defined in VMatrix< T, S >) | VMatrix< T, S > | inline |
const_iterator typedef (defined in VMatrix< T, S >) | VMatrix< T, S > | |
determinant(const Matrix< T, 3, 3 > &mat) | Matrix< T, S, 1 > | related |
determinant(const Matrix< T, 2, 2 > &mat) | Matrix< T, S, 1 > | related |
end() (defined in VMatrix< T, S >) | VMatrix< T, S > | inline |
end() const (defined in VMatrix< T, S >) | VMatrix< T, S > | inline |
get(unsigned x, unsigned y) const | Matrix< 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 |
inverse(const Matrix< T, 2, 2 > &mat) | Matrix< T, S, 1 > | related |
iterator typedef (defined in VMatrix< T, S >) | VMatrix< T, S > | |
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() const | Matrix< T, S, 1 > | inline |
operator()(unsigned x, unsigned y) const | Matrix< T, S, 1 > | inline |
operator()(unsigned x, unsigned y) | Matrix< T, S, 1 > | inline |
operator*(const T &t) const | Matrix< T, S, 1 > | inline |
operator*(const Matrix< T, SY, SZ > &m) const | Matrix< 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+(const Matrix< T, SX, SY > &m) const | Matrix< T, S, 1 > | inline |
operator+=(const Matrix< T, SX, SY > &m) | Matrix< T, S, 1 > | inline |
operator-(const Matrix< T, SX, SY > &m) const | Matrix< T, S, 1 > | inline |
operator-=(const Matrix< T, SX, SY > &m) | Matrix< T, S, 1 > | inline |
operator/(const T &t) const | Matrix< T, S, 1 > | inline |
operator/=(const T &t) | Matrix< T, S, 1 > | inline |
operator=(const VMatrix< T, S > &m) (defined in VMatrix< T, S >) | VMatrix< T, S > | inline |
operator=(const Matrix< T, S, 1 > &m) (defined in VMatrix< T, S >) | VMatrix< T, S > | inline |
Matrix< T, S, 1 >::operator=(const Matrix< T, SX, SY > &m) | Matrix< T, S, 1 > | inline |
operator[](unsigned x) const | VMatrix< 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 |
toMatrix(const Vector2< T > &v) | VMatrix< T, S > | related |
toMatrix(const Vector3< T > &v) | VMatrix< T, S > | related |
trace() const | Matrix< T, S, 1 > | inline |
transpose() const | Matrix< T, S, 1 > | inline |
VMatrix(const VMatrix< T, S > &m) | VMatrix< T, S > | inline |
VMatrix(const Matrix< T, S, 1 > &m) | VMatrix< T, S > | inline |