_BaseMatrix(void) | Util::_BaseMatrix< Rows, Cols, Matrix< Rows, Cols >, Matrix< Cols, Rows > > | |
_m | Util::_BaseMatrix< Rows, Cols, Matrix< Rows, Cols >, Matrix< Cols, Rows > > | private |
Distance(const Matrix< Rows, Cols > &e1, const Matrix< Rows, Cols > &e2) | Util::_InnerProductSpace< Matrix< Rows, Cols > > | inlineprivatestatic |
Dot(const Matrix< Rows, Cols > &e1, const Matrix< Rows, Cols > &e2) | Util::_InnerProductSpace< Matrix< Rows, Cols > > | inlineprivatestatic |
dot(const _BaseMatrix &p) const | Util::_BaseMatrix< Rows, Cols, Matrix< Rows, Cols >, Matrix< Cols, Rows > > | |
Length(const Matrix< Rows, Cols > &e) | Util::_InnerProductSpace< Matrix< Rows, Cols > > | inlineprivatestatic |
length(void) const | Util::_InnerProductSpace< Matrix< Rows, Cols > > | inlineprivate |
Matrix(void) | Util::Matrix< Rows, Cols > | |
operator()(int r, int c) | Util::_BaseMatrix< Rows, Cols, Matrix< Rows, Cols >, Matrix< Cols, Rows > > | |
operator()(int r, int c) const | Util::_BaseMatrix< Rows, Cols, Matrix< Rows, Cols >, Matrix< Cols, Rows > > | |
operator*(const Matrix< Cols, _Cols > &m) const | Util::Matrix< Rows, Cols > | |
Util::_BaseMatrix< Rows, Cols, Matrix< Rows, Cols >, Matrix< Cols, Rows > >::operator*(const Point< Cols > &p) const | Util::_BaseMatrix< Rows, Cols, Matrix< Rows, Cols >, Matrix< Cols, Rows > > | |
Util::_BaseMatrix< Rows, Cols, Matrix< Rows, Cols >, Matrix< Cols, Rows > >::operator*(double s) const | Util::_BaseMatrix< Rows, Cols, Matrix< Rows, Cols >, Matrix< Cols, Rows > > | |
operator+(const Matrix< Rows, Cols > &m) const | Util::_BaseMatrix< Rows, Cols, Matrix< Rows, Cols >, Matrix< Cols, Rows > > | |
SquareDistance(const Matrix< Rows, Cols > &e1, const Matrix< Rows, Cols > &e2) | Util::_InnerProductSpace< Matrix< Rows, Cols > > | inlineprivatestatic |
SquareNorm(const Matrix< Rows, Cols > &e) | Util::_InnerProductSpace< Matrix< Rows, Cols > > | inlineprivatestatic |
squareNorm(void) const | Util::_InnerProductSpace< Matrix< Rows, Cols > > | inlineprivate |
transpose(void) const | Util::_BaseMatrix< Rows, Cols, Matrix< Rows, Cols >, Matrix< Cols, Rows > > | |
unit(void) const | Util::_InnerProductSpace< Matrix< Rows, Cols > > | inlineprivate |