aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Cholesky/LLT_MKL.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Cholesky/LLT_MKL.h')
-rw-r--r--Eigen/src/Cholesky/LLT_MKL.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Eigen/src/Cholesky/LLT_MKL.h b/Eigen/src/Cholesky/LLT_MKL.h
index 7f7549bb0..64daa445c 100644
--- a/Eigen/src/Cholesky/LLT_MKL.h
+++ b/Eigen/src/Cholesky/LLT_MKL.h
@@ -36,6 +36,8 @@
#include "Eigen/src/Core/util/MKL_support.h"
#include <iostream>
+namespace Eigen {
+
namespace internal {
template<typename Scalar> struct mkl_llt;
@@ -93,6 +95,8 @@ EIGEN_MKL_LLT(float, float, s)
EIGEN_MKL_LLT(dcomplex, MKL_Complex16, z)
EIGEN_MKL_LLT(scomplex, MKL_Complex8, c)
-}
+} // end namespace internal
+
+} // end namespace Eigen
#endif // EIGEN_LLT_MKL_H