Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / multiroots / ChangeLog
1 2007-11-09  Brian Gough  <bjg@network-theory.co.uk>
2
3         * convergence.c (gsl_multiroot_test_delta): accept dxi = 0
4
5 2007-08-27  Brian Gough  <bjg@network-theory.co.uk>
6
7         * fdjac.c (gsl_multiroot_fdjacobian): detect null columns (dx too
8         small)
9         (gsl_multiroot_fdjacobian): avoid memory leak for x1,f1
10
11 2007-01-26  Brian Gough  <bjg@network-theory.co.uk>
12
13         * fsolver.c (gsl_multiroot_fsolver_set): made vector argument x
14         const
15
16         * fdfsolver.c (gsl_multiroot_fdfsolver_set): made vector argument
17         x const
18
19 Tue Nov 12 22:26:40 2002  Brian Gough  <bjg@network-theory.co.uk>
20
21         * newton.c (newton_alloc): return error code, not null
22
23         * hybridj.c (hybridj_alloc): return error code, not null
24
25         * hybrid.c (hybrid_alloc): return error code, not null
26
27         * gnewton.c (gnewton_alloc): return error code, not null
28
29         * dnewton.c (dnewton_alloc): return error code, not null
30
31         * broyden.c (broyden_alloc): return error code, not null
32
33 Wed May  1 21:40:55 2002  Brian Gough  <bjg@network-theory.co.uk>
34
35         * fdfsolver.c (gsl_multiroot_fdfsolver_dx): new function to return
36         dx
37         (gsl_multiroot_fdfsolver_f): new function to return f
38
39         * fsolver.c (gsl_multiroot_fsolver_dx): new function to return dx
40         (gsl_multiroot_fsolver_f): new function to return f
41
42 Sat Jan 26 17:11:34 2002  Brian Gough  <bjg@network-theory.co.uk>
43
44         * hybrid.c (set): fix broken 'if' statement
45
46 Thu Jan 10 19:26:55 2002  Brian Gough  <bjg@network-theory.co.uk>
47
48         * hybrid.c dnewton.c: return status values for user-function
49         (Theis Peter Hansen)
50
51 Tue Jun 19 23:40:18 2001  Brian Gough  <bjg@network-theory.co.uk>
52
53         * hybrid.c: removed workspace for linalg calls, no longer needed
54
55         * hybridj.c: removed workspace for linalg calls, no longer needed
56
57 Wed Jun  6 13:31:18 2001  Brian Gough  <bjg@network-theory.co.uk>
58
59         * hybridj.c: updated to use new QR calling convention (now passes
60         workspace)
61
62         * hybrid.c: updated to use new QR calling convention (now passes
63         workspace)
64
65 Mon Apr 23 12:55:39 2001  Brian Gough  <bjg@network-theory.co.uk>
66
67         * Makefile.am (test_LDADD): added cblas lib
68
69 Mon Apr 16 20:18:08 2001  Brian Gough  <bjg@network-theory.co.uk>
70
71         * dnewton.c (dnewton_iterate): removed unnecessary status variable
72
73 Sun Feb 18 11:26:45 2001  Brian Gough  <bjg@network-theory.co.uk>
74
75         * fdfsolver.c fsolver.c: changed so that the solver _alloc
76         function no longer calls _set, the user must do that separately.
77         
78 Thu Nov 30 21:48:39 2000  Brian Gough  <bjg@network-theory.co.uk>
79
80         * newton.c (newton_iterate): return GSL_EBADFUNC if error in
81         function evaluation
82
83         * hybridj.c (iterate): return GSL_EBADFUNC if error in
84         function evaluation
85
86         * hybrid.c (iterate): return GSL_EBADFUNC if error in function
87         evaluation
88
89         * gnewton.c (gnewton_iterate): return GSL_EBADFUNC if error in
90         function evaluation
91
92         * fdjac.c (gsl_multiroot_fdjacobian): return GSL_EBADFUNC if error
93         in function evaluation
94
95         * dnewton.c (dnewton_iterate): return GSL_EBADFUNC if error in
96         function evaluation
97
98         * broyden.c (broyden_iterate): return GSL_EBADFUNC if error in
99         function evaluation
100
101 Sun Aug 27 13:43:13 2000  Brian Gough  <bjg@network-theory.co.uk>
102
103         * hybridj.c hybrid.c dogleg.c: begin comments with a capital
104         letter to improve readability
105
106 Sat Aug 26 16:12:19 2000  Brian Gough  <bjg@network-theory.co.uk>
107
108         * hybridj.c hybrid.c: renamed rdiag to tau, since it plays that
109         role here and is not the diagonal of R (see qr.c documentation for
110         more details)
111
112 Wed Feb 23 15:36:39 2000  Brian Gough  <bjg@network-theory.co.uk>
113
114         * changed gsl_vector_copy to gsl_vector_cpy 
115
116 Fri Feb 18 18:45:02 2000  Brian Gough  <bjg@network-theory.co.uk>
117
118         * fixed various .c files to use permutation
119
120 Wed Feb 16 21:13:24 2000  Brian Gough  <bjg@network-theory.co.uk>
121
122         * fixed Makefiles that include gsl_linalg.h to add
123         -I$(srcdir)/../permutation to their include path
124