diff src/ov-str-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 e95c86d48732
line wrap: on
line diff
--- a/src/ov-str-mat.h	Tue Nov 25 17:19:12 2003 +0000
+++ b/src/ov-str-mat.h	Wed Nov 26 04:28:39 2003 +0000
@@ -108,6 +108,14 @@
 
   Matrix matrix_value (bool = false) const;
 
+  NDArray array_value (bool = false) const;
+
+  Complex complex_value (bool = false) const;
+
+  ComplexMatrix complex_matrix_value (bool = false) const;
+
+  ComplexNDArray complex_array_value (bool = false) const;
+
   string_vector all_strings (bool pad = false, bool force = false) const;
 
   std::string string_value (bool force = false) const;