aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cholesky.cpp
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2014-04-04 16:48:13 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2014-04-04 16:48:13 +0100
commit5afcb4965c9ccdce05e1852dd22b552559696f61 (patch)
tree99732f6a19e794e8b36e961c8398dc7060b037ea /test/cholesky.cpp
parent096af597992609be62ec1104fdee476e3065f2e4 (diff)
Remove out-dated comment in cholesky test.
Diffstat (limited to 'test/cholesky.cpp')
-rw-r--r--test/cholesky.cpp4
1 files changed, 0 insertions, 4 deletions
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<typename MatrixType> 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<StrictlyLower>().setZero();
-
{
SquareMatrixType symmUp = symm.template triangularView<Upper>();
SquareMatrixType symmLo = symm.template triangularView<Lower>();