summaryrefslogtreecommitdiff
path: root/gsl-1.9/blas/ChangeLog
blob: 4605079f32de68b8d1eee4aa55b6cafdd784a86b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
2005-04-05  Brian Gough  <bjg@network-theory.co.uk>

	* blas.c (gsl_blas_ssyrk): test conformance against size correctly
	allowing for transpose

2004-12-21  Brian Gough  <bjg@network-theory.co.uk>

	* blas.c (gsl_blas_ssyrk): corrected K to be A->size2 instead of
	A->size1
	(gsl_blas_dsyrk): as above
	(gsl_blas_csyrk): as above
	(gsl_blas_zsyrk): as above
	(gsl_blas_cherk): as above
	(gsl_blas_zherk): as above

Mon Mar 18 19:39:34 2002  Brian Gough  <bjg@network-theory.co.uk>

	* blas.c (gsl_blas_zgemv): added missing case of CblasConjTrans to
 	zgemv and cgemv

Mon Feb 18 20:01:49 2002  Brian Gough  <bjg@network-theory.co.uk>

	* gsl_blas_types.h: removed unneeded header files

Sat Apr 28 15:25:16 2001  Brian Gough  <bjg@network-theory.co.uk>

	* blas.c: cast size_t to int for calls to CBLAS

Mon Mar 19 17:04:47 2001  Brian Gough  <bjg@network-theory.co.uk>

	* split cblas routines out into a separate directory and library
 	which can be used as a cblas outside gsl

Tue Sep 19 19:07:44 2000  Brian Gough  <bjg@network-theory.co.uk>

	* test_blas_raw.c: added tests for dtbsv

Sat Sep 16 20:27:18 2000  Brian Gough  <bjg@network-theory.co.uk>

	* blas.c: use GSL_ERROR macro to signal errors

Fri Sep 15 20:04:28 2000  Brian Gough  <bjg@network-theory.co.uk>

	* source_iamax_r.h source_iamax_c.h: initialize max index to zero
 	before loop, so that the result is defined for a null vector

Mon May 22 12:27:47 2000  Brian Gough  <bjg@network-theory.co.uk>

	* Makefile.am (lib_LTLIBRARIES): renamed libgslblasnative.la to
 	libgslblas.la since "native" is ambiguous (suggests
 	system-supplied blas).

	* test_blas_raw.c (test_L1): added test to cover for initial
 	run-in of odd lengths on loop unrolling in saxpy.

Tue Mar 21 14:22:30 2000  Brian Gough  <bjg@network-theory.co.uk>

	* test_blas_raw.c (test_L1): test norms for zero vectors

	* source_nrm2_r.h, source_nrm2_r.h: skip zero elements of array,
 	as in original BLAS, fixes bug for vectors with leading zeros.

Tue Mar  7 19:05:43 2000  Brian Gough  <bjg@network-theory.co.uk>

	* Makefile.am (noinst_LTLIBRARIES): with libtool blasnative and
 	blascblas layers need to be installed as additional libraries, not
 	in libgsl.a.

Fri Oct  1 15:50:14 1999  Brian Gough  <bjg@network-theory.co.uk>

	* blas.c: make use of "trailing dimension" in matrix struct to
 	support LDA arguments for level 2 BLAS.