This is the mail archive of the gsl-cvs@sourceware.cygnus.com 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]

gsl/sort ChangeLog Makefile.am gsl_sort.h sort ...


CVSROOT:	/cvs/gsl
Module name:	gsl
Changes by:	bjg@sourceware.cygnus.com	00/02/28 13:32:52

Modified files:
	sort           : ChangeLog Makefile.am gsl_sort.h sort.c 
	                 sortind.c sortvec.c sortvec_source.c 
	                 sortvecind.c sortvecind_source.c test.c 
Added files:
	sort           : gsl_heapsort.h gsl_sort_char.h 
	                 gsl_sort_double.h gsl_sort_float.h 
	                 gsl_sort_int.h gsl_sort_long.h 
	                 gsl_sort_long_double.h gsl_sort_short.h 
	                 gsl_sort_uchar.h gsl_sort_uint.h 
	                 gsl_sort_ulong.h gsl_sort_ushort.h 
	                 test_heapsort.c 

Log message:
	* renamed gsl_sort to gsl_heapsort, since this is more meaningful
	and gsl_sort, gsl_sort_float, ... is now used for sorting of
	arrays.
	
	* added support for sorting of arrays, without going through a
	gsl_vector object (gsl_sort_vector is now implemented in terms of
	these functions)


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