diff liboctave/base-lu.h @ 9715:9f27172fbd1e

auto-set MatrixType from certain functions
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 12 Oct 2009 14:23:20 +0200
parents 50db3c5175b5
children 4c0cdbe0acca
line wrap: on
line diff
--- a/liboctave/base-lu.h	Mon Oct 12 11:50:12 2009 +0200
+++ b/liboctave/base-lu.h	Mon Oct 12 14:23:20 2009 +0200
@@ -70,6 +70,8 @@
 
   ColumnVector P_vec (void) const;
 
+  bool regular (void) const;
+
 protected:
 
   Array<octave_idx_type> getp (void) const;