diff src/ov-cx-mat.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 d865363208d6
children e793865ede63
line wrap: on
line diff
--- a/src/ov-cx-mat.h
+++ b/src/ov-cx-mat.h
@@ -136,6 +136,8 @@
 
   void decrement (void) { matrix -= Complex (1.0); }
 
+  void changesign (void) { matrix.changesign (); }
+
   bool save_ascii (std::ostream& os);
 
   bool load_ascii (std::istream& is);