aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SVD
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-07-25 18:00:47 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-07-25 18:00:47 +0200
commit0c06077efab47880db140793e33d684b8da49a49 (patch)
treee75ad029c732f7efb67b2cc966ce62012cb35fcd /Eigen/SVD
parent4d54e3dd332b7f07eccb428df2e1e3074abc3aeb (diff)
Rename MKL files
Diffstat (limited to 'Eigen/SVD')
-rw-r--r--Eigen/SVD2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/SVD b/Eigen/SVD
index 565d9c90d..f7f97e39f 100644
--- a/Eigen/SVD
+++ b/Eigen/SVD
@@ -37,7 +37,7 @@
#include "src/SVD/JacobiSVD.h"
#include "src/SVD/BDCSVD.h"
#if defined(EIGEN_USE_LAPACKE) && !defined(EIGEN_USE_LAPACKE_STRICT)
-#include "src/SVD/JacobiSVD_MKL.h"
+#include "src/SVD/JacobiSVD_LAPACKE.h"
#endif
#include "src/Core/util/ReenableStupidWarnings.h"