aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/QR
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-12-09 10:06:49 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-12-09 10:06:49 +0100
commit43cdd242d0e34aa05e368b3d894c1041aa2cd771 (patch)
treeb9f068f145a293fe0833208aa8185a6f632ac7a0 /Eigen/QR
parent015c331252a3b99c187b5607572f1cec531a4d1e (diff)
- split and rename defined tokens to enable the use of BLAS/Lapack/VML/etc
- include MKL headers outside the Eigen namespace.
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 e5c947b49..3b18c9970 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_MKL
+#ifdef EIGEN_USE_MKL_CLAPACK
#include "src/QR/HouseholderQR_MKL.h"
#include "src/QR/ColPivHouseholderQR_MKL.h"
#endif