| .. | ||
| blas_utils.c | ||
| dasum.c | ||
| daxpy.c | ||
| dcopy.c | ||
| ddot.c | ||
| dgemm.c | ||
| dgemv.c | ||
| dger.c | ||
| dnrm2.c | ||
| drot.c | ||
| dscal.c | ||
| dswap.c | ||
| dsymm.c | ||
| dsymv.c | ||
| dsyr2.c | ||
| dsyr2k.c | ||
| dsyrk.c | ||
| dtrmm.c | ||
| dtrmv.c | ||
| dtrsm.c | ||
| dtrsv.c | ||
| f2c.h | ||
| hypre_blas.h | ||
| idamax.c | ||
| Makefile | ||
| README | ||
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.