diff options
Diffstat (limited to 'src/fastopenblas.h')
-rw-r--r-- | src/fastopenblas.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fastopenblas.h b/src/fastopenblas.h index e98e62f..7f453da 100644 --- a/src/fastopenblas.h +++ b/src/fastopenblas.h @@ -25,11 +25,11 @@ #include <iostream> extern "C" { - #include <cblas.h> // For OpenBlas / Atlas + #include <cblas.h> // For OpenBlas / Atlas } -#include "gsl/gsl_matrix.h" +// #include "gsl/gsl_matrix.h" -void fast_cblas_dgemm(const enum CBLAS_ORDER Order, +void fast_cblas_dgemm(const enum CBLAS_ORDER , const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_TRANSPOSE TransB, const size_t M, |