aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/internal/MatrixRef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/MatrixRef.h')
-rw-r--r--src/internal/MatrixRef.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/internal/MatrixRef.h b/src/internal/MatrixRef.h
index 71545aba3..8ee569001 100644
--- a/src/internal/MatrixRef.h
+++ b/src/internal/MatrixRef.h
@@ -26,9 +26,6 @@
#ifndef EIGEN_MATRIXREF_H
#define EIGEN_MATRIXREF_H
-namespace Eigen
-{
-
template<typename MatrixType> class MatrixRef
: public EigenBase<typename MatrixType::Scalar, MatrixRef<MatrixType> >
{
@@ -60,6 +57,4 @@ template<typename MatrixType> class MatrixRef
MatrixType& m_matrix;
};
-} // namespace Eigen
-
#endif // EIGEN_MATRIXREF_H