diff liboctave/base-qr.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 7918eb15040c
children cbc402e64d83
line wrap: on
line diff
--- a/liboctave/base-qr.h
+++ b/liboctave/base-qr.h
@@ -65,6 +65,8 @@
 
   qr_type_t get_type (void) const;
 
+  bool regular (void) const;
+
 protected:
 
   qr_type q, r;