diff liboctave/dbleQR.h @ 8597:c86718093c1b

improve & fix QR classes
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 27 Jan 2009 12:40:06 +0100
parents a6edd5c23cb5
children d865363208d6
line wrap: on
line diff
--- a/liboctave/dbleQR.h
+++ b/liboctave/dbleQR.h
@@ -94,6 +94,9 @@
 
 protected:
 
+  void form (octave_idx_type n, Matrix& afact, 
+             double *tau, QR::type qr_type);
+
   Matrix q;
   Matrix r;
 };