Test for Hermitian matrix
TF = ishermitian(X, tol)
ishermitian(X, tol) returns logical 1 (true) if the square matrix X is Hermitian (equal to its quaternion transpose conjugate) to within the tolerance given by the second parameter, if present. If no second parameter is specified, the tolerance defaults to eps.