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 gsl_linalg.h qrpt.c svd.c ... Date: Mon, 24 Apr 2000 09:15:00 -0000 Message-id: <20000424161503.5063.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00189.html List-Id: CVSROOT: /cvs/gsl Module name: gsl Changes by: bjg@sourceware.cygnus.com 00/04/24 09:15:03 Modified files: linalg : ChangeLog gsl_linalg.h qrpt.c svd.c test_la.c Log message: * test_la.c (main): added tests for MxN matrices * test_la.c (main): added tests for SV decomposition and solve. * svd.c (gsl_linalg_SV_decomp): made use of vector row/column functions, tidied up the algorithm a bit. Use a standard tolerance of 10*GSL_DBL_EPSILON (gsl_linalg_SV_solve): added a least squares solver