Itasca C++ Interface
|
This is the complete list of members for DVMatrix< S >, including all inherited members.
addBlock(const Matrix< double, SX2, SY2 > &m, unsigned iSrc, unsigned jSrc, unsigned iDst, unsigned jDst) | Matrix< double, S, 1 > | inline |
addGenBlock(const Matrix< double, SX2, SY2 > &m, unsigned iSrc, unsigned jSrc, unsigned iDst, unsigned jDst) | Matrix< double, S, 1 > | inline |
determinant(const Matrix< double, 3, 3 > &mat) | Matrix< double, S, 1 > | related |
determinant(const Matrix< double, 2, 2 > &mat) | Matrix< double, S, 1 > | related |
DVMatrix() | DVMatrix< S > | inline |
DVMatrix(const double &d) | DVMatrix< S > | inlineexplicit |
DVMatrix(const DVMatrix< S > &m) | DVMatrix< S > | inline |
DVMatrix(const Matrix< double, S, 1 > &m) | DVMatrix< S > | inline |
get(unsigned x, unsigned y) const | Matrix< double, S, 1 > | inline |
get(unsigned x, unsigned y) | Matrix< double, S, 1 > | inline |
identity() | Matrix< double, S, 1 > | inlinestatic |
inverse(const Matrix< double, 3, 3 > &mat) | Matrix< double, S, 1 > | related |
Matrix() | Matrix< double, S, 1 > | inline |
Matrix(const double &t) | Matrix< double, S, 1 > | inlineexplicit |
Matrix(const Matrix< double, SX, SY > &m) | Matrix< double, S, 1 > | inline |
maxNorm() const | Matrix< double, S, 1 > | inline |
operator *(const double &t) const | Matrix< double, S, 1 > | inline |
operator *(const Matrix< double, SY, SZ > &m) const | Matrix< double, S, 1 > | inline |
operator *(const Matrix< double, 2, 2 > &m, const Vector2< double > &v) | Matrix< double, S, 1 > | related |
operator *(const Matrix< double, 3, 3 > &m, const Vector3< double > &v) | Matrix< double, S, 1 > | related |
operator *(const SymMatrix< double, 3 > &m, const Vector3< double > &v) | Matrix< double, S, 1 > | related |
operator *=(const double &t) | Matrix< double, S, 1 > | inline |
operator()(unsigned x, unsigned y) const | Matrix< double, S, 1 > | inline |
operator()(unsigned x, unsigned y) | Matrix< double, S, 1 > | inline |
operator+(const Matrix< double, SX, SY > &m) const | Matrix< double, S, 1 > | inline |
operator+=(const Matrix< double, SX, SY > &m) | Matrix< double, S, 1 > | inline |
operator-(const Matrix< double, SX, SY > &m) const | Matrix< double, S, 1 > | inline |
operator-=(const Matrix< double, SX, SY > &m) | Matrix< double, S, 1 > | inline |
operator/(const double &t) const | Matrix< double, S, 1 > | inline |
operator/=(const double &t) | Matrix< double, S, 1 > | inline |
operator=(const DVMatrix< S > &m) | DVMatrix< S > | inline |
operator=(const Matrix< double, S, 1 > &m) | DVMatrix< S > | inline |
VMatrix< double, S >::operator=(const VMatrix< double, S > &m) | VMatrix< double, S > | inline |
Matrix< double, S, 1 >::operator=(const Matrix< double, SX, SY > &m) | Matrix< double, S, 1 > | inline |
operator[](unsigned x) const | VMatrix< double, S > | inline |
operator[](unsigned x) | VMatrix< double, S > | inline |
outerProduct(const Vector3< double > &v1, const Vector3< double > &v2) | Matrix< double, S, 1 > | related |
outerProduct(const Vector2< double > &v1, const Vector2< double > &v2) | Matrix< double, S, 1 > | related |
set(const double &t=double()) | Matrix< double, S, 1 > | inline |
t_ (defined in Matrix< double, S, 1 >) | Matrix< double, S, 1 > | |
toMatrix(const Vector2< double > &v) | VMatrix< double, S > | related |
toMatrix(const Vector3< double > &v) | VMatrix< double, S > | related |
trace() const | Matrix< double, S, 1 > | inline |
transpose() const | Matrix< double, S, 1 > | inline |
VMatrix() | VMatrix< double, S > | inline |
VMatrix(const double &t) | VMatrix< double, S > | inlineexplicit |
VMatrix(const VMatrix< double, S > &m) | VMatrix< double, S > | inline |
VMatrix(const Matrix< double, S, 1 > &m) | VMatrix< double, S > | inline |