diff src/ov-cx-mat.h @ 4543:79df15d4470c

[project @ 2003-10-18 03:53:52 by jwe]
author jwe
date Sat, 18 Oct 2003 03:53:53 +0000
parents 508238e65af7
children 69a9b22a72a2
line wrap: on
line diff
--- a/src/ov-cx-mat.h	Fri Oct 17 04:41:36 2003 +0000
+++ b/src/ov-cx-mat.h	Sat Oct 18 03:53:53 2003 +0000
@@ -102,6 +102,8 @@
 
   ComplexMatrix complex_matrix_value (bool = false) const;
 
+  ComplexNDArray array_value (void) const { return matrix; }
+
   void increment (void) { matrix += Complex (1.0); }
 
   void decrement (void) { matrix -= Complex (1.0); }