aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-04-11 16:04:09 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-04-11 16:04:09 +0200
commitfec4c334bac76bfabd14168bf0ac668402f551a7 (patch)
treef255e33424033b8506d8e3d2a38e01f06fb199fe /Eigen/Core
parentddabc992faad25b8c1fca0d0c5ae35ea34e778a4 (diff)
Remove all references to MKL in BLAS wrappers.
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core16
1 files changed, 8 insertions, 8 deletions
diff --git a/Eigen/Core b/Eigen/Core
index 1e62f3ec1..30a572479 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -450,14 +450,14 @@ using std::ptrdiff_t;
#include "src/Core/ArrayWrapper.h"
#ifdef EIGEN_USE_BLAS
-#include "src/Core/products/GeneralMatrixMatrix_MKL.h"
-#include "src/Core/products/GeneralMatrixVector_MKL.h"
-#include "src/Core/products/GeneralMatrixMatrixTriangular_MKL.h"
-#include "src/Core/products/SelfadjointMatrixMatrix_MKL.h"
-#include "src/Core/products/SelfadjointMatrixVector_MKL.h"
-#include "src/Core/products/TriangularMatrixMatrix_MKL.h"
-#include "src/Core/products/TriangularMatrixVector_MKL.h"
-#include "src/Core/products/TriangularSolverMatrix_MKL.h"
+#include "src/Core/products/GeneralMatrixMatrix_BLAS.h"
+#include "src/Core/products/GeneralMatrixVector_BLAS.h"
+#include "src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h"
+#include "src/Core/products/SelfadjointMatrixMatrix_BLAS.h"
+#include "src/Core/products/SelfadjointMatrixVector_BLAS.h"
+#include "src/Core/products/TriangularMatrixMatrix_BLAS.h"
+#include "src/Core/products/TriangularMatrixVector_BLAS.h"
+#include "src/Core/products/TriangularSolverMatrix_BLAS.h"
#endif // EIGEN_USE_BLAS
#ifdef EIGEN_USE_MKL_VML