From mboxrd@z Thu Jan 1 00:00:00 1970 From: bjg@sourceware.cygnus.com To: gsl-cvs@sourceware.cygnus.com Subject: gsl/permutation ChangeLog Makefile.am gsl_perm ... Date: Mon, 10 Apr 2000 06:34:00 -0000 Message-id: <20000410133434.29268.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00145.html List-Id: CVSROOT: /cvs/gsl Module name: gsl Changes by: bjg@sourceware.cygnus.com 00/04/10 06:34:34 Modified files: permutation : ChangeLog Makefile.am Added files: permutation : gsl_permute_char.h gsl_permute_double.h gsl_permute_float.h gsl_permute_int.h gsl_permute_long.h gsl_permute_long_double.h gsl_permute_short.h gsl_permute_uchar.h gsl_permute_uint.h gsl_permute_ulong.h gsl_permute_ushort.h gsl_permute_vector.h gsl_permute_vector_char.h gsl_permute_vector_double.h gsl_permute_vector_float.h gsl_permute_vector_int.h gsl_permute_vector_long.h gsl_permute_vector_long_double.h gsl_permute_vector_short.h gsl_permute_vector_uchar.h gsl_permute_vector_uint.h gsl_permute_vector_ulong.h gsl_permute_vector_ushort.h permute.c permute_source.c Log message: added functions for applying in-place permutations and inverse permutations to vectors (used by linalg)