diff src/ov-base.h @ 5785:6b9cec830d72

[project @ 2006-05-03 19:32:46 by dbateman]
author dbateman
date Wed, 03 May 2006 19:32:48 +0000
parents faafc2d98b8d
children 22e23bee74c8
line wrap: on
line diff
--- a/src/ov-base.h	Wed May 03 05:57:16 2006 +0000
+++ b/src/ov-base.h	Wed May 03 19:32:48 2006 +0000
@@ -183,6 +183,10 @@
 
   virtual octave_value resize (const dim_vector&, bool fill = false) const;
 
+  virtual MatrixType matrix_type (void) const;
+
+  virtual MatrixType matrix_type (const MatrixType& typ) const;
+
   virtual bool is_defined (void) const { return false; }
 
   bool is_empty (void) const { return numel () == 0; }