aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/LU/PartialPivLU_MKL.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/LU/PartialPivLU_MKL.h')
-rw-r--r--Eigen/src/LU/PartialPivLU_MKL.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Eigen/src/LU/PartialPivLU_MKL.h b/Eigen/src/LU/PartialPivLU_MKL.h
index 5cafd9012..a5159737a 100644
--- a/Eigen/src/LU/PartialPivLU_MKL.h
+++ b/Eigen/src/LU/PartialPivLU_MKL.h
@@ -35,6 +35,8 @@
#include "Eigen/src/Core/util/MKL_support.h"
+namespace Eigen {
+
namespace internal {
/** \internal Specialization for the data types supported by MKL */
@@ -77,4 +79,6 @@ EIGEN_MKL_LU_PARTPIV(scomplex, MKL_Complex8, c)
} // end namespace internal
+} // end namespace Eigen
+
#endif // EIGEN_PARTIALLU_LAPACK_H