ITK  5.4.0
Insight Toolkit
itk::Matrix< T, VRows, VColumns > Member List

This is the complete list of members for itk::Matrix< T, VRows, VColumns >, including all inherited members.

ColumnDimensionsitk::Matrix< T, VRows, VColumns >static
CompatibleSquareMatrixType typedefitk::Matrix< T, VRows, VColumns >
ComponentType typedefitk::Matrix< T, VRows, VColumns >
Fill(const T &value)itk::Matrix< T, VRows, VColumns >inline
GetIdentity()itk::Matrix< T, VRows, VColumns >inlinestatic
GetInverse() constitk::Matrix< T, VRows, VColumns >inline
GetTranspose() constitk::Matrix< T, VRows, VColumns >inline
GetVnlMatrix()itk::Matrix< T, VRows, VColumns >inline
GetVnlMatrix() constitk::Matrix< T, VRows, VColumns >inline
InternalMatrixType typedefitk::Matrix< T, VRows, VColumns >
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Self)itk::Matrix< T, VRows, VColumns >
m_Matrixitk::Matrix< T, VRows, VColumns >private
Matrix(const vnl_matrix< T > &matrix)itk::Matrix< T, VRows, VColumns >inlineexplicit
Matrix(const TElement(&elements)[VRows][VColumns])itk::Matrix< T, VRows, VColumns >inlineexplicit
Matrix(const InternalMatrixType &matrix)itk::Matrix< T, VRows, VColumns >inline
Matrix()=defaultitk::Matrix< T, VRows, VColumns >
operator()(unsigned int row, unsigned int col)itk::Matrix< T, VRows, VColumns >inline
operator()(unsigned int row, unsigned int col) constitk::Matrix< T, VRows, VColumns >inline
operator*(const Vector< T, VColumns > &vect) constitk::Matrix< T, VRows, VColumns >
operator*(const Point< T, VColumns > &pnt) constitk::Matrix< T, VRows, VColumns >
operator*(const CovariantVector< T, VColumns > &covect) constitk::Matrix< T, VRows, VColumns >
operator*(const vnl_vector_fixed< T, VColumns > &inVNLvect) constitk::Matrix< T, VRows, VColumns >
operator*(const CompatibleSquareMatrixType &matrix) constitk::Matrix< T, VRows, VColumns >
operator*(const vnl_matrix_fixed< T, VRows, OuterDim > &matrix) constitk::Matrix< T, VRows, VColumns >inline
operator*(const vnl_matrix< T > &matrix) constitk::Matrix< T, VRows, VColumns >
operator*(const vnl_vector< T > &vc) constitk::Matrix< T, VRows, VColumns >
operator*(const T &value) constitk::Matrix< T, VRows, VColumns >inline
operator*=(const CompatibleSquareMatrixType &matrix)itk::Matrix< T, VRows, VColumns >
operator*=(const vnl_matrix< T > &matrix)itk::Matrix< T, VRows, VColumns >
operator*=(const T &value)itk::Matrix< T, VRows, VColumns >inline
operator+(const Self &matrix) constitk::Matrix< T, VRows, VColumns >
operator+=(const Self &matrix)itk::Matrix< T, VRows, VColumns >
operator-(const Self &matrix) constitk::Matrix< T, VRows, VColumns >
operator-=(const Self &matrix)itk::Matrix< T, VRows, VColumns >
operator/(const T &value) constitk::Matrix< T, VRows, VColumns >inline
operator/=(const T &value)itk::Matrix< T, VRows, VColumns >inline
operator=(const vnl_matrix< T > &matrix)itk::Matrix< T, VRows, VColumns >inline
operator=(const InternalMatrixType &matrix)itk::Matrix< T, VRows, VColumns >inline
operator==(const Self &matrix) constitk::Matrix< T, VRows, VColumns >inline
operator[](unsigned int i)itk::Matrix< T, VRows, VColumns >inline
operator[](unsigned int i) constitk::Matrix< T, VRows, VColumns >inline
RowDimensionsitk::Matrix< T, VRows, VColumns >static
Self typedefitk::Matrix< T, VRows, VColumns >
SetIdentity()itk::Matrix< T, VRows, VColumns >inline
swap(Self &other)itk::Matrix< T, VRows, VColumns >inline
ValueType typedefitk::Matrix< T, VRows, VColumns >