Equality predicate operation
rop = mps_equal( op1, op2 )
Overloaded usage:
rop = op1 == op2
Scilab matrix of boolean
multi-precision or Scilab matrices or scalars
Compare each elements of op1
and
op2
and set the corresponding element
of the boolean matrix rop
to True if they are equal or
False otherwise.
Compare each elements of op1
and
op2
and set the corresponding element
of the boolean matrix rop
to True if they are equal or
False otherwise.
Overloaded Scilab equality comparison.
Currently op1
and op2
must be of
the same size. Support for comparing a matrix with a single scalar is not
implemented yet.