octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to check for equality between 2 octave_value objects?


From: Michael Goffioul
Subject: How to check for equality between 2 octave_value objects?
Date: Thu, 7 Aug 2008 15:31:01 +0200

Is there a function in the current API that allows to check
that 2 octave_value objects are equals. The only assumption
I can make is that both objects are numeric (isnumeric returns
true), but can be of any size and any element-type. I don't mean
an element-by-element equality, just a global equality: same
element-type, same dims, same elements.

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]