diff liboctave/boolMatrix.h @ 3203:bc61b0e8d60e

[project @ 1998-10-30 20:26:27 by jwe]
author jwe
date Fri, 30 Oct 1998 20:26:31 +0000
parents 8b262e771614
children 7aae2c3636a7
line wrap: on
line diff
--- a/liboctave/boolMatrix.h
+++ b/liboctave/boolMatrix.h
@@ -57,6 +57,12 @@
 
   boolMatrix transpose (void) const;
 
+  // unary operations
+
+  boolMatrix operator ! (void) const;
+
+  // other operations
+
   boolMatrix all (void) const;
   boolMatrix any (void) const;