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/eigen Makefile.am francis.c gen.c genv.c g ...


CVSROOT:	/cvs/gsl
Module name:	gsl
Changes by:	palken@sourceware.org	2007-04-27 21:59:28

Modified files:
	eigen          : Makefile.am francis.c gen.c genv.c gsl_eigen.h 
	                 nonsymmv.c schur.c testgen.c testgen2.c 

Log message:
	fixed another -O2 bug - I had to make schur_gen_eigvals a global
	function instead of static, since the optimizer was apparantly
	compiling it a little differently and it was giving slightly different
	results when called from gen.c vs genv.c - the way genv works it
	must get precisely the same results that gen got when calling this
	function.


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