aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/internal/MatrixOps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/MatrixOps.h')
-rw-r--r--src/internal/MatrixOps.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/internal/MatrixOps.h b/src/internal/MatrixOps.h
index 9fb639fa3..eda1b58b4 100644
--- a/src/internal/MatrixOps.h
+++ b/src/internal/MatrixOps.h
@@ -26,8 +26,6 @@
#ifndef EIGEN_MATRIXOPS_H
#define EIGEN_MATRIXOPS_H
-namespace Eigen {
-
template<typename Lhs, typename Rhs> class MatrixSum
: public EigenBase<typename Lhs::Scalar, MatrixSum<Lhs, Rhs> >
{
@@ -197,6 +195,4 @@ EigenBase<Scalar, Derived>::operator*=(const EigenBase<Scalar, OtherDerived> &ot
return *static_cast<Derived*>(this);
}
-} // namespace Eigen
-
#endif // EIGEN_MATRIXOPS_H