Added MACS source
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / permutation / ChangeLog
1 2003-02-17  Brian Gough  <bjg@network-theory.co.uk>
2
3         * canonical.c (gsl_permutation_canonical_to_linear): fixed bug
4         confusing input and output (swapped pp and qq)
5
6 Sat Apr  6 19:08:40 2002  Brian Gough  <bjg@network-theory.co.uk>
7
8         * test.c (main): added tests for canonical representation
9         functions
10
11         * canonical.c: functions for canonical representations  
12         (Nicolas Darnis)
13
14 Mon Apr  1 17:29:49 2002  Brian Gough  <bjg@network-theory.co.uk>
15
16         * permutation.c (gsl_permutation_mul): added function for
17         combining permutations (Nicolas Darnis)
18
19 Sat Feb  9 18:17:53 2002  Brian Gough  <bjg@network-theory.co.uk>
20
21         * permutation.c (gsl_permutation_memcpy): added memcpy function
22
23 Tue Sep  4 17:22:06 2001  Brian Gough  <bjg@network-theory.co.uk>
24
25         * added permutations of complex arrays and vectors
26
27         * permute_source.c: added permutations of complex arrays and
28         vectors
29
30 Sat Dec 30 21:30:16 2000  Brian Gough  <bjg@network-theory.co.uk>
31
32         * test.c: added the start of a test program
33
34         * permutation.c: added gsl_permutation_next and
35         gsl_permutation_prev as in STL, from vattervi@msu.edu
36
37 Mon Apr 24 20:54:03 2000  Brian Gough  <bjg@network-theory.co.uk>
38
39         * gsl_permutation.h: renamed gsl_permutation_invert to
40         gsl_permutation_inverse
41
42 Mon Apr 10 14:31:01 2000  Brian Gough  <bjg@network-theory.co.uk>
43
44         * added functions for permuting data and vectors
45
46 Thu Feb 24 17:53:55 2000  Brian Gough  <bjg@network-theory.co.uk>
47
48         * permutation.c (gsl_permutation_invert): add an inverse function
49         for permutations
50
51 Sat Feb 19 12:04:32 2000  Brian Gough  <bjg@network-theory.co.uk>
52
53         * permutation.c (gsl_permutation_reverse): changed from return
54         type int to void, since no errors can occur.
55
56 Fri Feb 18 12:06:13 2000  Brian Gough  <bjg@network-theory.co.uk>
57
58         * permutation.c: added valid and reverse methods
59         (gsl_permutation_reverse): fixed bug in reverse
60