14#ifndef itkMatrixExtended_h
15#define itkMatrixExtended_h
25template <
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"
MatrixExtended(const Superclass &matrix)
MatrixExtended(const InternalMatrixType &matrix)
Matrix< T, NRows, NColumns > Superclass
Self operator=(const Superclass &matrix)
Self operator=(const Self &matrix)
Self operator=(const InternalMatrixType &matrix)
MatrixExtended(const Self &matrix)
vnl_matrix_fixed< T, NRows, NColumns > InternalMatrixType
Simplified inverse ITK transforms.