hypre/blas
2004-01-23 00:06:39 +00:00
..
blas_utils.c strict check fixes 2003-12-09 23:22:24 +00:00
dasum.c correct warnings comming from strict-checking option 2003-08-09 00:20:03 +00:00
daxpy.c correct warnings comming from strict-checking option 2003-08-09 00:20:03 +00:00
dcopy.c correct warnings comming from strict-checking option 2003-08-09 00:20:03 +00:00
ddot.c correct warnings comming from strict-checking option 2003-08-09 00:20:03 +00:00
dgemm.c divided lapack from blas 2003-12-05 01:33:43 +00:00
dgemv.c divided lapack from blas 2003-12-05 01:33:43 +00:00
dger.c brake apart blas drivers from auxiliary routines 2003-12-05 01:45:32 +00:00
dnrm2.c correct warnings comming from strict-checking option 2003-08-09 00:20:03 +00:00
drot.c correct warnings comming from strict-checking option 2003-08-09 00:20:03 +00:00
dscal.c correct warnings comming from strict-checking option 2003-08-09 00:20:03 +00:00
dswap.c brake apart blas drivers from auxiliary routines 2003-12-05 01:45:32 +00:00
dsymm.c strict warning 2003-12-09 23:14:15 +00:00
dsymv.c divided lapack from blas 2003-12-05 01:33:43 +00:00
dsyr2.c divided lapack from blas 2003-12-05 01:33:43 +00:00
dsyr2k.c brake apart blas drivers from auxiliary routines 2003-12-05 01:45:32 +00:00
dsyrk.c divided lapack from blas 2003-12-05 01:33:43 +00:00
dtrmm.c brake apart blas drivers from auxiliary routines 2003-12-05 01:45:32 +00:00
dtrmv.c brake apart blas drivers from auxiliary routines 2003-12-05 01:45:32 +00:00
dtrsm.c divided lapack from blas 2003-12-05 01:33:43 +00:00
dtrsv.c divided lapack from blas 2003-12-05 01:33:43 +00:00
f2c.h Cleaned up compile when using strict checking. 2000-08-17 23:05:23 +00:00
hypre_blas.h divided lapack from blas 2003-12-05 01:33:43 +00:00
idamax.c got deleted by mistake 2003-12-05 17:02:04 +00:00
Makefile.am added README to the distribution 2004-01-23 00:06:39 +00:00
Makefile.in added docs and tools directory conditionals 2004-01-22 20:31:58 +00:00
README information on changes from netlib distribution 2003-12-12 23:39:24 +00:00

HYPRE BLAS README file

This is a subset of the CBLAS from netlib.org.
o The LAPACK/blas auxiliary routine xerbla_ has been
  renamed through this directory as hypre_xerbla_, to
  reduce name conflicts with the same routine in the
  HYPRE lapack directory.
o The LAPACK/blas auxiliary routine lsame_ has been
  renamed through this directory as hypre_lsame_, for
  the same reason as above.
o The routines xerbla_ and lsame_ have been moved into
  the blas_utils.c file.