aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Cholesky
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/Cholesky
parent4d54e3dd332b7f07eccb428df2e1e3074abc3aeb (diff)
Rename MKL files
Diffstat (limited to 'Eigen/Cholesky')
-rw-r--r--Eigen/Cholesky2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/Cholesky b/Eigen/Cholesky
index 705a04cc4..9f3566377 100644
--- a/Eigen/Cholesky
+++ b/Eigen/Cholesky
@@ -31,7 +31,7 @@
#include "src/Cholesky/LLT.h"
#include "src/Cholesky/LDLT.h"
#ifdef EIGEN_USE_LAPACKE
-#include "src/Cholesky/LLT_MKL.h"
+#include "src/Cholesky/LLT_LAPACKE.h"
#endif
#include "src/Core/util/ReenableStupidWarnings.h"