From mboxrd@z Thu Jan 1 00:00:00 1970 From: bjg@sourceware.cygnus.com To: gsl-cvs@sourceware.cygnus.com Subject: gsl/matrix ChangeLog gsl_matrix_char.h gsl_mat ... Date: Tue, 18 Apr 2000 07:40:00 -0000 Message-id: <20000418144039.32306.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00171.html List-Id: CVSROOT: /cvs/gsl Module name: gsl Changes by: bjg@sourceware.cygnus.com 00/04/18 07:40:39 Modified files: matrix : ChangeLog gsl_matrix_char.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 minmax_source.c test_source.c Log message: fixed bug in minmax where coordinates would be incorrect for min or max occurring the first element changed interface for min/max functions to make it more consistent added tests for min/max functions