Synopsis
(macro) int imth_TestIdentMatrix(double matrix)
Purpose
Test for an identity matrix.
Description
The specified matrix will be compared against the identity matrix and the result returned.
Input
matrix
Matrix to be compared
Return
0 (false) -Matrix does not match the identity matrix
1 (true) -Matrix does match the identity matrix
.fi