Mercurial > hg > octave-lyh
changeset 2643:c69a267054d1
[project @ 1997-01-29 14:25:57 by jwe]
author | jwe |
---|---|
date | Wed, 29 Jan 1997 14:25:57 +0000 |
parents | 042f5cbdb2a8 |
children | f9492444329e |
files | src/ChangeLog src/qr.cc |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +Wed Jan 29 08:25:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> + + * qr.cc (qr): Doc fix. + Tue Jan 28 10:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> * Makefile.in (install-inc): Create a relative symbolic link.
--- a/src/qr.cc +++ b/src/qr.cc @@ -41,8 +41,8 @@ that Q * R = X\n\ \n\ [Q, R] = qr (X, 0): form the economy decomposition such that if X is\n\ - if X is m by n then only the first n columns of Q\n\ - are computed.\n\ + m by n then only the first n columns of Q are\n\ + computed.\n\ \n\ [Q, R, P] = qr (X): form QRP factorization of X where\n\ P is a permutation matrix such that\n\