Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / poly / ChangeLog
1 2007-12-17  Brian Gough  <bjg@network-theory.co.uk>
2
3         * eval.c: added functions for complex polynomials
4
5 2005-07-03  Brian Gough  <bjg@network-theory.co.uk>
6
7         * test.c (main): added tests for linear case
8
9         * zsolve_quadratic.c (gsl_poly_complex_solve_quadratic): handle
10         the linear case
11
12         * solve_quadratic.c (gsl_poly_solve_quadratic): handle the linear
13         case
14
15 2005-05-19  Brian Gough  <bjg@network-theory.co.uk>
16
17         * Makefile.am (noinst_HEADERS): removed norm.c (unused)
18
19 Sun Dec  2 22:02:31 2001  Brian Gough  <bjg@network-theory.co.uk>
20
21         * dd.c: added divided differences code from Dan, Ho-Jin
22
23 Wed Oct 31 18:42:10 2001  Brian Gough  <bjg@network-theory.co.uk>
24
25         * qr.c (qr_companion): increased maximum number of iterations from
26         30 to 60
27
28 Thu Jun 28 11:24:51 2001  Brian Gough  <bjg@network-theory.co.uk>
29
30         * test.c (main): fixed a subtle bug in the test where the array
31         for the complex results was too small by a factor of two
32
33 Mon Apr 30 12:36:08 2001  Brian Gough  <bjg@network-theory.co.uk>
34
35         * eval.c (gsl_poly_eval): added eval function  from specfunc
36
37 Tue Aug 24 12:02:47 1999  Brian Gough  <bjg@network-theory.co.uk>
38
39         * zsolve.c: added general solver using QR method
40
41 1999-08-22  Mark Galassi  <rosalia@lanl.gov>
42
43         * Makefile.am (libgslpoly_a_SOURCES): for now commented out
44         zsolve.c, since it has some strange errors that make it look like
45         it was not committed.
46
47 Tue Aug 17 14:23:47 1999  Brian Gough  <bjg@network-theory.co.uk>
48
49         * zsolve_cubic.c (gsl_poly_complex_solve_cubic): compute the
50         discriminant without division so that it is exact for exact inputs
51
52         * solve_cubic.c (gsl_poly_solve_cubic): compute the discriminant
53         without division so that it is exact for exact inputs
54
55         * changed the way roots are counted to make all the routines
56         consistent. Conincident roots are no longer a special case, now
57         they are made up of separate roots which happen to have the same
58         values.
59
60         * zsolve_quadratic.c (gsl_poly_complex_solve_quadratic): in the
61         case of a multiple root set all the returned values r0 = r1 =
62         root, rather than just setting one and leaving the others
63         potentially unset.
64
65         * solve_quadratic.c (gsl_poly_solve_quadratic):  ditto
66
67 Tue Aug  3 19:36:26 1999  Brian Gough  <bjg@network-theory.co.uk>
68
69         * gsl_poly.h: changed all functions to take separate variables for
70         roots (z0, z1, z2) of variable-length arrays
71
72 Sat Feb 20 12:13:46 1999  Brian Gough  <bjg@netsci.freeserve.co.uk>
73
74         * split out polynomial root finding algorithms into a new poly/
75         directory
76