aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/LU
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/LU')
-rw-r--r--Eigen/LU2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/LU b/Eigen/LU
index 9d382e5e9..a866bda01 100644
--- a/Eigen/LU
+++ b/Eigen/LU
@@ -23,7 +23,7 @@ namespace Eigen {
#include "src/misc/Image.h"
#include "src/LU/FullPivLU.h"
#include "src/LU/PartialPivLU.h"
-#ifdef EIGEN_USE_MKL_CLAPACK
+#ifdef EIGEN_USE_LAPACKE
#include "src/LU/PartialPivLU_MKL.h"
#endif
#include "src/LU/Determinant.h"