aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/internal/Block.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/Block.h')
-rw-r--r--src/internal/Block.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/internal/Block.h b/src/internal/Block.h
index 9be1d165c..72181abb7 100644
--- a/src/internal/Block.h
+++ b/src/internal/Block.h
@@ -26,8 +26,6 @@
#ifndef EIGEN_BLOCK_H
#define EIGEN_BLOCK_H
-namespace Eigen {
-
template<typename MatrixType> class MatrixBlock
: public EigenBase<typename MatrixType::Scalar, MatrixBlock<MatrixType> >
{
@@ -83,6 +81,4 @@ EigenBase<Scalar, Derived>::block(int startRow, int endRow, int startCol, int en
return MatrixBlock<EigenBase>(ref(), startRow, endRow, startCol, endCol);
}
-} // namespace Eigen
-
#endif // EIGEN_BLOCK_H