aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigen2Support/LU.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Eigen2Support/LU.h')
-rw-r--r--Eigen/src/Eigen2Support/LU.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Eigen/src/Eigen2Support/LU.h b/Eigen/src/Eigen2Support/LU.h
index 6427abbf2..0620096af 100644
--- a/Eigen/src/Eigen2Support/LU.h
+++ b/Eigen/src/Eigen2Support/LU.h
@@ -25,6 +25,8 @@
#ifndef EIGEN2_LU_H
#define EIGEN2_LU_H
+namespace Eigen {
+
template<typename MatrixType>
class LU : public FullPivLU<MatrixType>
{
@@ -128,5 +130,6 @@ MatrixBase<Derived>::eigen2_lu() const
}
#endif
+} // end namespace Eigen
#endif // EIGEN2_LU_H