aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Cholesky
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/Cholesky')
-rw-r--r--Eigen/Cholesky3
1 files changed, 3 insertions, 0 deletions
diff --git a/Eigen/Cholesky b/Eigen/Cholesky
index 53f7bf911..7b700c700 100644
--- a/Eigen/Cholesky
+++ b/Eigen/Cholesky
@@ -24,6 +24,9 @@ namespace Eigen {
#include "src/misc/Solve.h"
#include "src/Cholesky/LLT.h"
#include "src/Cholesky/LDLT.h"
+#ifdef EIGEN_MKL
+#include "src/Cholesky/LLT_MKL.h"
+#endif
} // namespace Eigen