diff options
author | Gael Guennebaud <g.gael@free.fr> | 2011-12-09 16:52:37 +0100 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2011-12-09 16:52:37 +0100 |
commit | 37f304a2e651ccd1121cf48fa2b830f62c4d1420 (patch) | |
tree | 7dfd4ca354f8ff87389a63c90bda148fb69163e2 /Eigen/LU | |
parent | fff25a4b4629ef440945d9157a0ed7a93403e1f9 (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/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_USE_MKL_CLAPACK +#ifdef EIGEN_USE_LAPACKE #include "src/LU/PartialPivLU_MKL.h" #endif #include "src/LU/Determinant.h" |