diff src/ov.h @ 8366:8b1a2555c4e2

implement diagonal matrix objects * * *
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 03 Dec 2008 13:32:57 +0100
parents 8302788f09db
children 445d27d79f4e
line wrap: on
line diff
--- a/src/ov.h
+++ b/src/ov.h
@@ -462,6 +462,9 @@
   bool is_char_matrix (void) const
     { return rep->is_char_matrix (); }
 
+  bool is_diag_matrix (void) const
+    { return rep->is_diag_matrix (); }
+
   bool is_string (void) const
     { return rep->is_string (); }