# HG changeset patch # User jwe # Date 854547957 0 # Node ID c69a267054d1f7c85b931c6febb67000fb82face # Parent 042f5cbdb2a80ccb43ed453e32e7c790ab4051c2 [project @ 1997-01-29 14:25:57 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +Wed Jan 29 08:25:29 1997 John W. Eaton + + * qr.cc (qr): Doc fix. + Tue Jan 28 10:48:28 1997 John W. Eaton * Makefile.in (install-inc): Create a relative symbolic link. diff --git a/src/qr.cc b/src/qr.cc --- 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\