Blame cblas/ChangeLog

Packit 67cb25
2010-10-12  Brian Gough  <bjg@gnu.org>
Packit 67cb25
Packit 67cb25
	* added error checking to selected cblas functions (José Luis
Packit 67cb25
	García Pallero)
Packit 67cb25
Packit 67cb25
2009-06-24  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* source_scal_c.h source_scal_r.h: remove needless use of OFFSET
Packit 67cb25
	macro when incX is known to be positive
Packit 67cb25
Packit 67cb25
2003-01-21  Brian Gough  <brian.gough@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* test.m: skip trans=113 for complex matrix on SYRK tests.
Packit 67cb25
Packit 67cb25
Tue Feb 19 20:50:27 2002  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* gsl_cblas.h: added extern "C"
Packit 67cb25
Packit 67cb25
Mon Jul  2 22:21:00 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* test.c: added missing #include <config.h>
Packit 67cb25
Packit 67cb25
Fri Apr 27 19:53:10 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* source_tpmv_r.h: moved index declarations to more restricted scope
Packit 67cb25
Packit 67cb25
	* source_rotmg.h: changed declaration y1 to y in order to avoid
Packit 67cb25
 	confusion with function y0(x) in C library. Also changed x1 to x.
Packit 67cb25
Packit 67cb25
	* source_syr2k_r.h: error where lda was used instead of ldb in
Packit 67cb25
 	syr2k_r was not picked up by any tests! Now fixed
Packit 67cb25
Packit 67cb25
Thu Apr 12 16:46:16 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* all routines now included for Level 1, 2, 3-- passes blas test
Packit 67cb25
 	suite for numerical results, but no error handling yet
Packit 67cb25
Packit 67cb25
	* split out from blas directory to make an independent blas
Packit 67cb25
 	library
Packit 67cb25