diff src/ov-base-mat.h @ 3221:eba59b8c64dc

[project @ 1998-11-19 20:31:46 by jwe]
author jwe
date Thu, 19 Nov 1998 20:31:47 +0000
parents 3deb1105fbc1
children 3ee04ff37b3e
line wrap: on
line diff
--- a/src/ov-base-mat.h	Thu Nov 19 00:06:34 1998 +0000
+++ b/src/ov-base-mat.h	Thu Nov 19 20:31:47 1998 +0000
@@ -78,6 +78,13 @@
     return r > c ? r : c;
   }
 
+  octave_value all (void) const { return matrix.all (); }
+  octave_value any (void) const { return matrix.any (); }
+
+  bool is_matrix_type (void) const { return true; }
+
+  bool is_numeric_type (void) const { return true; }
+
   bool is_defined (void) const { return true; }
 
   bool is_constant (void) const { return true; }