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() const | itk::Matrix< T, NRows, NColumns > | inline |
GetTranspose() const | itk::Matrix< T, NRows, NColumns > | inline |
GetVnlMatrix() | itk::Matrix< T, NRows, NColumns > | inline |
GetVnlMatrix() 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()=default | itk::Matrix< T, NRows, NColumns > | |
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 > &vect) const | itk::Matrix< T, NRows, NColumns > | |
operator*(const Point< T, NColumns > &pnt) const | itk::Matrix< T, NRows, NColumns > | |
operator*(const CovariantVector< T, NColumns > &covect) const | itk::Matrix< T, NRows, NColumns > | |
operator*(const vnl_vector_fixed< T, NColumns > &inVNLvect) const | itk::Matrix< T, NRows, NColumns > | |
operator*(const CompatibleSquareMatrixType &matrix) const | itk::Matrix< T, NRows, NColumns > | |
operator*(const vnl_matrix_fixed< T, NRows, OuterDim > &matrix) const | itk::Matrix< T, NRows, NColumns > | inline |
operator*(const vnl_matrix< T > &matrix) const | itk::Matrix< T, NRows, NColumns > | |
operator*(const vnl_vector< T > &vc) const | itk::Matrix< T, NRows, NColumns > | |
operator*(const T &value) const | 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) const | 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) 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() | itk::Matrix< T, NRows, NColumns > | inline |
swap(Self &other) | itk::Matrix< T, NRows, NColumns > | inline |
ValueType typedef | itk::Matrix< T, NRows, NColumns > | |