|
template<typename TCoordRep , unsigned int NRows, unsigned int NCols> |
bool | mitk::MatrixEqualRMS (const vnl_matrix_fixed< TCoordRep, NRows, NCols > &matrix1, const vnl_matrix_fixed< TCoordRep, NRows, NCols > &matrix2, mitk::ScalarType epsilon=mitk::eps) |
| Check for matrix equality with a user defined accuracy. As an equality metric the root mean squared error (RMS) of all elements is calculated. More...
|
|
template<typename TCoordRep , unsigned int NRows, unsigned int NCols> |
bool | mitk::MatrixEqualRMS (const itk::Matrix< TCoordRep, NRows, NCols > &matrix1, const itk::Matrix< TCoordRep, NRows, NCols > &matrix2, mitk::ScalarType epsilon=mitk::eps) |
| Check for matrix equality with a user defined accuracy. As an equality metric the root mean squared error (RMS) of all elements is calculated. More...
|
|
template<typename TCoordRep , unsigned int NRows, unsigned int NCols> |
bool | mitk::MatrixEqualElementWise (const vnl_matrix_fixed< TCoordRep, NRows, NCols > &matrix1, const vnl_matrix_fixed< TCoordRep, NRows, NCols > &matrix2, mitk::ScalarType epsilon=mitk::eps) |
| Check for element-wise matrix equality with a user defined accuracy. More...
|
|
template<typename TCoordRep , unsigned int NRows, unsigned int NCols> |
bool | mitk::MatrixEqualElementWise (const itk::Matrix< TCoordRep, NRows, NCols > &matrix1, const itk::Matrix< TCoordRep, NRows, NCols > &matrix2, mitk::ScalarType epsilon=mitk::eps) |
| Check for element-wise matrix equality with a user defined accuracy. More...
|
|