From mboxrd@z Thu Jan 1 00:00:00 1970 From: bjg@sourceware.cygnus.com To: gsl-cvs@sourceware.cygnus.com Subject: gsl/linalg ChangeLog Makefile.am TODO test.c t ... Date: Thu, 27 Apr 2000 14:07:00 -0000 Message-id: <20000427210716.13277.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00214.html List-Id: CVSROOT: /cvs/gsl Module name: gsl Changes by: bjg@sourceware.cygnus.com 00/04/27 14:07:16 Modified files: linalg : ChangeLog Makefile.am TODO Added files: linalg : test.c Removed files: linalg : test_la.c Log message: * test.c: tightened up accuracy of the decomp test * test_la.c: renamed to test.c for consistency (test_QR_decomp): added the "moler" matrix as a test for SVD * svd.c (gsl_linalg_SV_decomp): improved the convergence criterion for rank deficient case.