Mercurial > hg > octave-nkf
comparison src/DLD-FUNCTIONS/qr.cc @ 14219:addec4a8a787
Fix typo in qrdelete docstring.
* qr.cc (qrdelete): Remove excess spaces from qrdelete docstring.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 18 Jan 2012 21:16:04 -0800 |
parents | 72c96de7a403 |
children | 97883071e8e4 |
comparison
equal
deleted
inserted
replaced
14218:bed72845115f | 14219:addec4a8a787 |
---|---|
1174 Given a QR@tie{}factorization of a real or complex matrix\n\ | 1174 Given a QR@tie{}factorization of a real or complex matrix\n\ |
1175 @w{@var{A} = @var{Q}*@var{R}}, @var{Q}@tie{}unitary and\n\ | 1175 @w{@var{A} = @var{Q}*@var{R}}, @var{Q}@tie{}unitary and\n\ |
1176 @var{R}@tie{}upper trapezoidal, return the QR@tie{}factorization of\n\ | 1176 @var{R}@tie{}upper trapezoidal, return the QR@tie{}factorization of\n\ |
1177 @w{[A(:,1:j-1) A(:,j+1:n)]}, i.e., @var{A} with one column deleted\n\ | 1177 @w{[A(:,1:j-1) A(:,j+1:n)]}, i.e., @var{A} with one column deleted\n\ |
1178 (if @var{orient} is \"col\"), or the QR@tie{}factorization of\n\ | 1178 (if @var{orient} is \"col\"), or the QR@tie{}factorization of\n\ |
1179 @w{[A(1:j-1,:);A(j+1:n,:)]}, i.e., @var{A} with one row deleted (if\n \ | 1179 @w{[A(1:j-1,:);A(j+1:n,:)]}, i.e., @var{A} with one row deleted (if\n\ |
1180 @var{orient} is \"row\").\n\ | 1180 @var{orient} is \"row\").\n\ |
1181 \n\ | 1181 \n\ |
1182 The default value of @var{orient} is \"col\".\n\ | 1182 The default value of @var{orient} is \"col\".\n\ |
1183 \n\ | 1183 \n\ |
1184 If @var{orient} is @code{\"col\"},\n\ | 1184 If @var{orient} is @code{\"col\"},\n\ |