Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / blas / ChangeLog
1 2005-04-05  Brian Gough  <bjg@network-theory.co.uk>
2
3         * blas.c (gsl_blas_ssyrk): test conformance against size correctly
4         allowing for transpose
5
6 2004-12-21  Brian Gough  <bjg@network-theory.co.uk>
7
8         * blas.c (gsl_blas_ssyrk): corrected K to be A->size2 instead of
9         A->size1
10         (gsl_blas_dsyrk): as above
11         (gsl_blas_csyrk): as above
12         (gsl_blas_zsyrk): as above
13         (gsl_blas_cherk): as above
14         (gsl_blas_zherk): as above
15
16 Mon Mar 18 19:39:34 2002  Brian Gough  <bjg@network-theory.co.uk>
17
18         * blas.c (gsl_blas_zgemv): added missing case of CblasConjTrans to
19         zgemv and cgemv
20
21 Mon Feb 18 20:01:49 2002  Brian Gough  <bjg@network-theory.co.uk>
22
23         * gsl_blas_types.h: removed unneeded header files
24
25 Sat Apr 28 15:25:16 2001  Brian Gough  <bjg@network-theory.co.uk>
26
27         * blas.c: cast size_t to int for calls to CBLAS
28
29 Mon Mar 19 17:04:47 2001  Brian Gough  <bjg@network-theory.co.uk>
30
31         * split cblas routines out into a separate directory and library
32         which can be used as a cblas outside gsl
33
34 Tue Sep 19 19:07:44 2000  Brian Gough  <bjg@network-theory.co.uk>
35
36         * test_blas_raw.c: added tests for dtbsv
37
38 Sat Sep 16 20:27:18 2000  Brian Gough  <bjg@network-theory.co.uk>
39
40         * blas.c: use GSL_ERROR macro to signal errors
41
42 Fri Sep 15 20:04:28 2000  Brian Gough  <bjg@network-theory.co.uk>
43
44         * source_iamax_r.h source_iamax_c.h: initialize max index to zero
45         before loop, so that the result is defined for a null vector
46
47 Mon May 22 12:27:47 2000  Brian Gough  <bjg@network-theory.co.uk>
48
49         * Makefile.am (lib_LTLIBRARIES): renamed libgslblasnative.la to
50         libgslblas.la since "native" is ambiguous (suggests
51         system-supplied blas).
52
53         * test_blas_raw.c (test_L1): added test to cover for initial
54         run-in of odd lengths on loop unrolling in saxpy.
55
56 Tue Mar 21 14:22:30 2000  Brian Gough  <bjg@network-theory.co.uk>
57
58         * test_blas_raw.c (test_L1): test norms for zero vectors
59
60         * source_nrm2_r.h, source_nrm2_r.h: skip zero elements of array,
61         as in original BLAS, fixes bug for vectors with leading zeros.
62
63 Tue Mar  7 19:05:43 2000  Brian Gough  <bjg@network-theory.co.uk>
64
65         * Makefile.am (noinst_LTLIBRARIES): with libtool blasnative and
66         blascblas layers need to be installed as additional libraries, not
67         in libgsl.a.
68
69 Fri Oct  1 15:50:14 1999  Brian Gough  <bjg@network-theory.co.uk>
70
71         * blas.c: make use of "trailing dimension" in matrix struct to
72         support LDA arguments for level 2 BLAS.
73