From 5afcb4965c9ccdce05e1852dd22b552559696f61 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Fri, 4 Apr 2014 16:48:13 +0100 Subject: Remove out-dated comment in cholesky test. --- test/cholesky.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/cholesky.cpp') diff --git a/test/cholesky.cpp b/test/cholesky.cpp index d4d90e467..569318f83 100644 --- a/test/cholesky.cpp +++ b/test/cholesky.cpp @@ -82,10 +82,6 @@ template void cholesky(const MatrixType& m) symm += a1 * a1.adjoint(); } - // to test if really Cholesky only uses the upper triangular part, uncomment the following - // FIXME: currently that fails !! - //symm.template part().setZero(); - { SquareMatrixType symmUp = symm.template triangularView(); SquareMatrixType symmLo = symm.template triangularView(); -- cgit v1.2.3