14 #ifndef itkMatrixExtended_h 15 #define itkMatrixExtended_h 17 #include "itkMatrix.h" 25 template <
class T,
unsigned int NRows = 3,
unsigned int NColumns = 3>
39 template <
class C,
unsigned int NRowsC,
unsigned int NColumnsC>
51 #ifndef ITK_MANUAL_INSTANTIATION 52 #include "itkMatrixExtended.txx" Simplified inverse ITK transforms.
Self operator=(const Self &matrix)
vnl_matrix_fixed< T, NRows, NColumns > InternalMatrixType
Matrix< T, NRows, NColumns > Superclass