Equality test
rop = mps_isequal( op1, op2 )
Scilab boolean scalar
multi-precision or Scilab matrices
Compares op1
and op2
, return
True if they are exactly equal.
Each elements are compared and considered up to their full precision. Many of Scilab native functions will not agree exactly with those computed by MPScilab even when using the same precision(53).