From a5cee35c058b48f725a9eceabc205eb0cd1cbb07 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 13 Oct 2017 13:07:40 +0000 Subject: Replacing first dgemm - tests fail --- src/fastblas.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/fastblas.h') diff --git a/src/fastblas.h b/src/fastblas.h index 3c28729..d0f5c14 100644 --- a/src/fastblas.h +++ b/src/fastblas.h @@ -7,21 +7,6 @@ gsl_matrix *fast_copy(gsl_matrix *m, const double *mem); -void fast_cblas_dgemm(OPENBLAS_CONST enum CBLAS_ORDER Order, - OPENBLAS_CONST enum CBLAS_TRANSPOSE TransA, - OPENBLAS_CONST enum CBLAS_TRANSPOSE TransB, - OPENBLAS_CONST blasint M, - OPENBLAS_CONST blasint N, - OPENBLAS_CONST blasint K, - OPENBLAS_CONST double alpha, - OPENBLAS_CONST double *A, - OPENBLAS_CONST blasint lda, - OPENBLAS_CONST double *B, - OPENBLAS_CONST blasint ldb, - OPENBLAS_CONST double beta, - double *C, - OPENBLAS_CONST blasint ldc); - void fast_dgemm(const char *TransA, const char *TransB, const double alpha, const gsl_matrix *A, const gsl_matrix *B, const double beta, gsl_matrix *C); -- cgit v1.2.3