diff liboctave/intNDArray.h @ 5943:c038c2947ee1

[project @ 2006-08-18 21:27:03 by jwe]
author jwe
date Fri, 18 Aug 2006 21:27:04 +0000
parents ace8d8d26933
children 4289ed95dde8
line wrap: on
line diff
--- a/liboctave/intNDArray.h	Fri Aug 18 18:57:06 2006 +0000
+++ b/liboctave/intNDArray.h	Fri Aug 18 21:27:04 2006 +0000
@@ -62,6 +62,8 @@
 
   boolNDArray operator ! (void) const;
 
+  bool any_element_not_one_or_zero (void) const;
+
   // FIXME -- this is not quite the right thing.
 
   boolNDArray all (int dim = -1) const;