diff src/DLD-FUNCTIONS/qr.cc @ 7491:7879ef1042a8

qr doc fix
author Jaroslav Hajek
date Tue, 19 Feb 2008 02:37:07 -0500
parents a1dbe9d80eee
children f5005d9510f4
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/qr.cc
+++ b/src/DLD-FUNCTIONS/qr.cc
@@ -146,6 +146,10 @@
 The permuted @code{qr} factorization @code{[q, r, p] = qr (a)}\n\
 factorization allows the construction of an orthogonal basis of\n\
 @code{span (a)}.\n\
+\n\
+If given a second argument, @code{qr} returns an economy-sized\n\
+QR factorization, omitting zero rows of @var{R} and\n\
+the corresponding columns of @var{Q}.\n\
 @end deftypefn")
 {
   octave_value_list retval;