This is the mail archive of the gsl-cvs@sourceware.org mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gsl doc/eigen.texi doc/linalg.texi eigen/Makef ...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]