aboutsummaryrefslogtreecommitdiff
path: root/src/fastopenblas.h
diff options
context:
space:
mode:
authorPjotr Prins2020-05-22 11:07:44 -0500
committerPjotr Prins2020-05-22 11:07:44 -0500
commitb309569fe9497befa008ac2d2cbc04f2e861ce76 (patch)
tree19f530a3532edfaeb25ccf4f614f21b60e3abc8c /src/fastopenblas.h
parent8c82a8294483ffac4d8e9635376723f26a8ae27b (diff)
downloadpangemma-b309569fe9497befa008ac2d2cbc04f2e861ce76.tar.gz
Removing more eigenlib references
Diffstat (limited to 'src/fastopenblas.h')
-rw-r--r--src/fastopenblas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fastopenblas.h b/src/fastopenblas.h
index 2fc743e..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"
-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,