Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / eigen / ChangeLog
1 2007-08-30  Brian Gough  <bjg@network-theory.co.uk>
2
3         * test.c (test_eigen_symm): added new test case for underflow
4
5         * qrstep.c (trailing_eigenvalue): handle underflow for small tab,
6         also handle dt==0 directly.
7
8 2007-07-30  Brian Gough  <bjg@network-theory.co.uk>
9
10         * testgen.c (main): use gsl_finite instead of finite
11
12 2006-09-14  Brian Gough  <bjg@network-theory.co.uk>
13
14         * test.c (test_eigen_symm): fix duplicate VAL_DESC to ABS_DESC
15         (test_eigen_herm): fix duplicate VAL_DESC to ABS_DESC
16
17 2006-08-14  Brian Gough  <bjg@network-theory.co.uk>
18
19         * unsymm.c (gsl_eigen_unsymm): support for unsymmetric matrices
20         (P.Alken)
21
22 2006-04-18  Brian Gough  <bjg@network-theory.co.uk>
23
24         * test.c (test_eigenvalues): increase error bound
25
26 2006-03-26  Brian Gough  <bjg@network-theory.co.uk>
27
28         * jacobi.c (gsl_eigen_invert_jacobi): use unsigned int for nrot
29         consistently
30
31 2005-08-22  Brian Gough  <bjg@network-theory.co.uk>
32
33         * test.c (test_eigenvalues): increased test tolerance
34
35 2004-12-03  Brian Gough  <bjg@network-theory.co.uk>
36
37         * jacobi.c (gsl_eigen_jacobi): use algorithm from Golub and Van
38         Loan
39         (gsl_eigen_invert_jacobi): new code
40
41 2003-01-02  Brian Gough  <brian.gough@network-theory.co.uk>
42
43         * symmv.c (gsl_eigen_symmv): change gsl_isnan to isnan
44
45         * symm.c (gsl_eigen_symm): change gsl_isnan to isnan
46
47         * hermv.c (gsl_eigen_hermv): change gsl_isnan to isnan
48
49         * herm.c (gsl_eigen_herm): change gsl_isnan to isnan
50
51 2002-11-16  Brian Gough  <bjg@network-theory.co.uk>
52
53         * symm.c (gsl_eigen_symm): prevent infinite loop for NaNs
54
55         * herm.c (gsl_eigen_herm): prevent infinite loop for NaNs
56
57         * symmv.c (gsl_eigen_symmv): prevent infinite loop for NaNs
58
59         * hermv.c (gsl_eigen_hermv): prevent infinite loop for NaNs
60
61 Fri Oct 18 17:58:35 2002  Brian Gough  <bjg@network-theory.co.uk>
62
63         * test.c (main): added test cases to catch division by zero
64         (beta_r=0) in householdercomplex.c
65
66 Wed Aug 28 19:05:54 2002  Brian Gough  <bjg@network-theory.co.uk>
67
68         * Makefile.am (test_LDADD): fix link order to have libgslsys near
69         end
70
71 Thu Aug  2 18:17:58 2001  Brian Gough  <bjg@network-theory.co.uk>
72
73         * hermv.c (gsl_eigen_hermv): fixed index bug in accumulation of evec.
74
75         * symmv.c (gsl_eigen_symmv): fixed index bug in accumulation of evec.
76
77         * test.c (main): added two new test cases
78
79         * qrstep.c (trailing_eigenvalue): chose better value of mu when
80         dt=0, prevents infinite loop.
81
82 Sun Jul  1 22:43:45 2001  Brian Gough  <bjg@network-theory.co.uk>
83
84         *  modified to use new-style vector views
85
86 Wed Jun 20 12:30:38 2001  Brian Gough  <bjg@network-theory.co.uk>
87
88         * hermv.c (gsl_eigen_hermv): additional workspace argument no
89         longer required
90
91 Mon Apr 23 10:31:01 2001  Brian Gough  <bjg@network-theory.co.uk>
92
93         * unified error handling conventions to _e for error handling
94         functions and no suffix for plain functions, so _impl functions
95         are no longer needed.
96
97         * removed tests for EFAULT, since EFAULT should only apply to
98         invalid non-null pointers.
99         
100 Fri Apr 13 20:33:18 2001  Brian Gough  <bjg@network-theory.co.uk>
101
102         * eigen/test.c (test_invert_jacobi): removed matmult and replaced
103         by gsl_blas_dgemm
104