ColumnDimensions | itk::Matrix< T, NRows, NColumns > | static |
CompatibleSquareMatrixType typedef | itk::Matrix< T, NRows, NColumns > | |
ComponentType typedef | itk::Matrix< T, NRows, NColumns > | |
Fill(const T &value) | itk::Matrix< T, NRows, NColumns > | inline |
GetInverse(void) const | itk::Matrix< T, NRows, NColumns > | inline |
GetTranspose(void) const | itk::Matrix< T, NRows, NColumns > | inline |
GetVnlMatrix(void) | itk::Matrix< T, NRows, NColumns > | inline |
GetVnlMatrix(void) const | itk::Matrix< T, NRows, NColumns > | inline |
InternalMatrixType typedef | itk::Matrix< T, NRows, NColumns > | |
m_Matrix | itk::Matrix< T, NRows, NColumns > | private |
Matrix(const vnl_matrix< T > &matrix) | itk::Matrix< T, NRows, NColumns > | inline |
Matrix(const InternalMatrixType &matrix) | itk::Matrix< T, NRows, NColumns > | inlineexplicit |
Matrix() | itk::Matrix< T, NRows, NColumns > | inline |
Matrix(const Self &matrix) | itk::Matrix< T, NRows, NColumns > | inline |
operator!=(const Self &matrix) const | itk::Matrix< T, NRows, NColumns > | inline |
operator()(unsigned int row, unsigned int col) | itk::Matrix< T, NRows, NColumns > | inline |
operator()(unsigned int row, unsigned int col) const | itk::Matrix< T, NRows, NColumns > | inline |
operator*(const Vector< T, NColumns > &vector) const | itk::Matrix< T, NRows, NColumns > | |
operator*(const Point< T, NColumns > &vector) const | itk::Matrix< T, NRows, NColumns > | |
operator*(const CovariantVector< T, NColumns > &vector) const | itk::Matrix< T, NRows, NColumns > | |
operator*(const CompatibleSquareMatrixType &matrix) const | itk::Matrix< T, NRows, NColumns > | |
operator*(const vnl_matrix< T > &matrix) const | itk::Matrix< T, NRows, NColumns > | |
operator*(const vnl_vector< T > &matrix) const | itk::Matrix< T, NRows, NColumns > | |
operator*(const T &value) | itk::Matrix< T, NRows, NColumns > | inline |
operator*=(const CompatibleSquareMatrixType &matrix) | itk::Matrix< T, NRows, NColumns > | |
operator*=(const vnl_matrix< T > &matrix) | itk::Matrix< T, NRows, NColumns > | |
operator*=(const T &value) | itk::Matrix< T, NRows, NColumns > | inline |
operator+(const Self &matrix) const | itk::Matrix< T, NRows, NColumns > | |
operator+=(const Self &matrix) | itk::Matrix< T, NRows, NColumns > | |
operator-(const Self &matrix) const | itk::Matrix< T, NRows, NColumns > | |
operator-=(const Self &matrix) | itk::Matrix< T, NRows, NColumns > | |
operator/(const T &value) | itk::Matrix< T, NRows, NColumns > | inline |
operator/=(const T &value) | itk::Matrix< T, NRows, NColumns > | inline |
operator=(const vnl_matrix< T > &matrix) | itk::Matrix< T, NRows, NColumns > | inline |
operator=(const InternalMatrixType &matrix) | itk::Matrix< T, NRows, NColumns > | inline |
operator=(const Self &matrix) | itk::Matrix< T, NRows, NColumns > | inline |
operator==(const Self &matrix) const | itk::Matrix< T, NRows, NColumns > | inline |
operator[](unsigned int i) | itk::Matrix< T, NRows, NColumns > | inline |
operator[](unsigned int i) const | itk::Matrix< T, NRows, NColumns > | inline |
RowDimensions | itk::Matrix< T, NRows, NColumns > | static |
Self typedef | itk::Matrix< T, NRows, NColumns > | |
SetIdentity(void) | itk::Matrix< T, NRows, NColumns > | inline |
ValueType typedef | itk::Matrix< T, NRows, NColumns > | |