From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16177 invoked by alias); 11 May 2007 23:11:19 -0000 Received: (qmail 16164 invoked by uid 9670); 11 May 2007 23:11:19 -0000 Date: Fri, 11 May 2007 23:11:00 -0000 Message-ID: <20070511231119.16162.qmail@sourceware.org> From: palken@sourceware.org To: gsl-cvs@sourceware.org Subject: gsl doc/eigen.texi doc/linalg.texi eigen/Makef ... Mailing-List: contact gsl-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: gsl-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2007/txt/msg00167.txt.bz2 CVSROOT: /cvs/gsl Module name: gsl Changes by: palken@sourceware.org 2007-05-11 23:11:19 Modified files: doc : eigen.texi linalg.texi eigen : Makefile.am francis.c gen.c gensymm.c gsl_eigen.h nonsymm.c nonsymmv.c sort.c test.c testgen.c testgen2.c testnonsymm.c linalg : Makefile.am gsl_linalg.h householdercomplex.c matrix : gsl_matrix_char.h gsl_matrix_complex_double.h gsl_matrix_complex_float.h gsl_matrix_complex_long_double.h gsl_matrix_double.h gsl_matrix_float.h gsl_matrix_int.h gsl_matrix_long.h gsl_matrix_long_double.h gsl_matrix_short.h gsl_matrix_uchar.h gsl_matrix_uint.h gsl_matrix_ulong.h gsl_matrix_ushort.h rowcol_source.c Added files: eigen : genherm.c genhermv.c linalg : choleskyc.c Removed files: eigen : subrowcol.c subrowcol_source.c Log message: support for generalized hermitian-definite eigensystems added supporting functions: gsl_linalg_complex_cholesky_decomp gsl_linalg_complex_householder_mh moved subrow/subcol into matrix/ since its needed by linalg/choleskyc.c and eigen package update docs for new functions added tests for genherm