diff libcruft/ChangeLog @ 7553:56be6f31dd4e

implementation of QR factorization updating
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 04 Mar 2008 21:47:11 -0500
parents 78f3811155f7
children 40574114c514
line wrap: on
line diff
--- a/libcruft/ChangeLog	Tue Mar 04 17:01:05 2008 -0500
+++ b/libcruft/ChangeLog	Tue Mar 04 21:47:11 2008 -0500
@@ -1,3 +1,13 @@
+2008-02-24  Jaroslav Hajek <highegg@gmail.com>
+
+	* qrupdate/Makefile.in, qrupdate/dqhqr.f, qrupdate/dqr1up.f,
+	qrupdate/dqrdec.f, qrupdate/dqrder.f, qrupdate/dqrinc.f,
+	qrupdate/dqrinr.f, qrupdate/dqrqhv.f, qrupdate/zqhqr.f,
+	qrupdate/zqr1up.f, qrupdate/zqrdec.f, qrupdate/zqrder.f,
+	qrupdate/zqrinc.f, qrupdate/zqrinr.f, qrupdate/zqrqhv.f:
+	New files.
+	* Makefile.in (CRUFT_DIRS): Add qrupdate to the list.
+
 2008-02-14  John W. Eaton  <jwe@octave.org>
 
 	* misc/f77-fcn.h (F77_XFCN): Call octave_rethrow_exception here