diff src/ov-base.h @ 8371:c3f7e2549abb

make det & inv aware of diagonal & permutation matrices
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 04 Dec 2008 12:03:45 +0100
parents 8b1a2555c4e2
children f00578b495e9
line wrap: on
line diff
--- a/src/ov-base.h	Thu Dec 04 09:52:30 2008 +0100
+++ b/src/ov-base.h	Thu Dec 04 12:03:45 2008 +0100
@@ -238,6 +238,8 @@
 
   virtual bool is_diag_matrix (void) const { return false; }
 
+  virtual bool is_perm_matrix (void) const { return false; }
+
   virtual bool is_string (void) const { return false; }
 
   virtual bool is_sq_string (void) const { return false; }