From 901bcdd2a807d70466632c899d0fa68c66e6ecbb Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 23 Dec 2011 23:16:43 +0100 Subject: the previous test works for Dynamic sizes only --- test/jacobisvd.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/jacobisvd.cpp') diff --git a/test/jacobisvd.cpp b/test/jacobisvd.cpp index cf8c76055..9ce4d8b29 100644 --- a/test/jacobisvd.cpp +++ b/test/jacobisvd.cpp @@ -131,9 +131,7 @@ void jacobisvd_test_all_computation_options(const MatrixType& m) jacobisvd_solve(m, ComputeFullU | ComputeThinV); jacobisvd_solve(m, ComputeThinU | ComputeFullV); jacobisvd_solve(m, ComputeThinU | ComputeThinV); - } - { JacobiSVD svd(m, ComputeThinU | ComputeThinV); VERIFY_IS_APPROX(m, svd.matrixU() * svd.singularValues().asDiagonal() * svd.matrixV().transpose()); } -- cgit v1.2.3