aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SVD
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/SVD
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/SVD')
-rw-r--r--Eigen/SVD2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/SVD b/Eigen/SVD
index add72aba5..764811ecc 100644
--- a/Eigen/SVD
+++ b/Eigen/SVD
@@ -24,7 +24,7 @@ namespace Eigen {
#include "src/misc/Solve.h"
#include "src/SVD/JacobiSVD.h"
-#if defined(EIGEN_ALLOW_JACOBISVD_USE_LAPACKSVD) && defined(EIGEN_USE_MKL_CLAPACK)
+#if defined(EIGEN_USE_LAPACKE) && !defined(EIGEN_USE_LAPACKE_STRICT)
#include "src/SVD/JacobiSVD_MKL.h"
#endif
#include "src/SVD/UpperBidiagonalization.h"