From 06036d8bb1ff918ac63995f349b80204b895143c Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 19 Jun 2015 10:37:25 +0200 Subject: Fix compilation of BDCSVD with DEFAULT_TO_ROWMAJOR --- Eigen/src/SVD/BDCSVD.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Eigen/src/SVD') 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; -- cgit v1.2.3