aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/internal/Minor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/Minor.h')
-rw-r--r--src/internal/Minor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/internal/Minor.h b/src/internal/Minor.h
index 627dbf723..20aa7060f 100644
--- a/src/internal/Minor.h
+++ b/src/internal/Minor.h
@@ -26,8 +26,6 @@
#ifndef EIGEN_MINOR_H
#define EIGEN_MINOR_H
-namespace Eigen {
-
template<typename MatrixType> class MatrixMinor
: public EigenBase<typename MatrixType::Scalar, MatrixMinor<MatrixType> >
{
@@ -79,6 +77,4 @@ EigenBase<Scalar, Derived>::minor(int row, int col)
return MatrixMinor<EigenBase>(ref(), row, col);
}
-} // namespace Eigen
-
#endif // EIGEN_MINOR_H