aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/LU
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-12-09 16:52:37 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-12-09 16:52:37 +0100
commit37f304a2e651ccd1121cf48fa2b830f62c4d1420 (patch)
tree7dfd4ca354f8ff87389a63c90bda148fb69163e2 /Eigen/LU
parentfff25a4b4629ef440945d9157a0ed7a93403e1f9 (diff)
add a "using MKL" documentation page, add a minimal documentation of PARDISO wrapper classes, refine a bit the EIGEN_USE_* logic
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"