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 bidiag.c give ... Date: Tue, 19 Jun 2001 15:31:00 -0000 Message-id: <20010619223108.9160.qmail@sourceware.cygnus.com> X-SW-Source: 2001/msg00309.html List-Id: CVSROOT: /cvs/gsl Module name: gsl Changes by: bjg@sources.redhat.com 2001-06-19 15:31:08 Modified files: linalg : ChangeLog Makefile.am bidiag.c givens.c gsl_linalg.h hermtd.c householder.c householdercomplex.c qr.c qrpt.c svd.c symmtd.c test.c Added files: linalg : apply_givens.c balance.c svdstep.c Log message: Removed need for workspace in householder transformations. Added Golub-Reinsch svd, with preconditioning for M>>N. Added matrix balancing (columns only).