aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/QR
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/QR
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/QR')
-rw-r--r--Eigen/QR2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/QR b/Eigen/QR
index 3b18c9970..f31a9fcaa 100644
--- a/Eigen/QR
+++ b/Eigen/QR
@@ -28,7 +28,7 @@ namespace Eigen {
#include "src/QR/HouseholderQR.h"
#include "src/QR/FullPivHouseholderQR.h"
#include "src/QR/ColPivHouseholderQR.h"
-#ifdef EIGEN_USE_MKL_CLAPACK
+#ifdef EIGEN_USE_LAPACKE
#include "src/QR/HouseholderQR_MKL.h"
#include "src/QR/ColPivHouseholderQR_MKL.h"
#endif