diff src/ov-ch-mat.h @ 4668:7849788ca4bd

[project @ 2003-11-26 04:28:39 by jwe]
author jwe
date Wed, 26 Nov 2003 04:28:39 +0000
parents ef3a14fb6847
children 62f2fb593455
line wrap: on
line diff
--- a/src/ov-ch-mat.h	Tue Nov 25 17:19:12 2003 +0000
+++ b/src/ov-ch-mat.h	Wed Nov 26 04:28:39 2003 +0000
@@ -98,11 +98,17 @@
   Matrix matrix_value (bool = false) const
     { return Matrix (matrix.matrix_value ()); }
 
+  NDArray array_value (bool = false) const
+    { return NDArray (matrix); }
+
   Complex complex_value (bool = false) const;
 
   ComplexMatrix complex_matrix_value (bool = false) const
     { return ComplexMatrix (matrix.matrix_value ()); }
 
+  ComplexNDArray complex_array_value (bool = false) const
+    { return ComplexNDArray (matrix); }
+
   charMatrix char_matrix_value (bool = false) const
     { return matrix.matrix_value (); }