diff liboctave/boolNDArray.h @ 9607:1be3c73ed7b5

reuse temporary arrays in nested expressions
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 03 Sep 2009 08:48:51 +0200
parents e5f7aee2ab8c
children b29504415a2e
line wrap: on
line diff
--- a/liboctave/boolNDArray.h
+++ b/liboctave/boolNDArray.h
@@ -59,6 +59,8 @@
 
   boolNDArray operator ! (void) const;
 
+  boolNDArray& invert (void); 
+
   bool any_element_is_nan (void) const { return false; }
 
   // FIXME -- this is not quite the right thing.