diff --git a/Eigen/src/SVD/BDCSVD.h b/Eigen/src/SVD/BDCSVD.h index 8e673838f..896246e46 100644 --- a/Eigen/src/SVD/BDCSVD.h +++ b/Eigen/src/SVD/BDCSVD.h @@ -79,8 +79,8 @@ public: typedef typename Base::MatrixVType MatrixVType; typedef typename Base::SingularValuesType SingularValuesType; - typedef Matrix MatrixX; - typedef Matrix MatrixXr; + typedef Matrix MatrixX; + typedef Matrix MatrixXr; typedef Matrix VectorType; typedef Array ArrayXr; typedef Array ArrayXi;