From 37f304a2e651ccd1121cf48fa2b830f62c4d1420 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 9 Dec 2011 16:52:37 +0100 Subject: add a "using MKL" documentation page, add a minimal documentation of PARDISO wrapper classes, refine a bit the EIGEN_USE_* logic --- Eigen/LU | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/LU') 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" -- cgit v1.2.3