aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigen2Support/QR.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Eigen2Support/QR.h')
-rw-r--r--Eigen/src/Eigen2Support/QR.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Eigen/src/Eigen2Support/QR.h b/Eigen/src/Eigen2Support/QR.h
index 64f5d5ccb..60fc21f56 100644
--- a/Eigen/src/Eigen2Support/QR.h
+++ b/Eigen/src/Eigen2Support/QR.h
@@ -26,6 +26,8 @@
#ifndef EIGEN2_QR_H
#define EIGEN2_QR_H
+namespace Eigen {
+
template<typename MatrixType>
class QR : public HouseholderQR<MatrixType>
{
@@ -75,5 +77,6 @@ MatrixBase<Derived>::qr() const
return QR<PlainObject>(eval());
}
+} // end namespace Eigen
#endif // EIGEN2_QR_H