diff liboctave/boolNDArray.h @ 9548:e5f7aee2ab8c

optimize &=, |= operators
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 19 Aug 2009 15:54:31 +0200
parents eb63fbe60fab
children 1be3c73ed7b5
line wrap: on
line diff
--- a/liboctave/boolNDArray.h
+++ b/liboctave/boolNDArray.h
@@ -128,6 +128,11 @@
 SND_BOOL_OP_DECLS (bool, boolNDArray, OCTAVE_API)
 SND_CMP_OP_DECLS (bool, boolNDArray, OCTAVE_API)
 
+extern OCTAVE_API boolNDArray& 
+mx_el_and_assign (boolNDArray& m, const boolNDArray& a);
+extern OCTAVE_API boolNDArray& 
+mx_el_or_assign (boolNDArray& m, const boolNDArray& a);
+
 #endif
 
 /*