diff options
author | Gael Guennebaud <g.gael@free.fr> | 2011-12-09 10:06:49 +0100 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2011-12-09 10:06:49 +0100 |
commit | 43cdd242d0e34aa05e368b3d894c1041aa2cd771 (patch) | |
tree | b9f068f145a293fe0833208aa8185a6f632ac7a0 /Eigen/LU | |
parent | 015c331252a3b99c187b5607572f1cec531a4d1e (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/LU')
-rw-r--r-- | Eigen/LU | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ namespace Eigen { #include "src/misc/Image.h" #include "src/LU/FullPivLU.h" #include "src/LU/PartialPivLU.h" -#ifdef EIGEN_MKL +#ifdef EIGEN_USE_MKL_CLAPACK #include "src/LU/PartialPivLU_MKL.h" #endif #include "src/LU/Determinant.h" |