From 5dca4d081d2d0d6c0cdd328b195286e376cdab0d Mon Sep 17 00:00:00 2001 From: conrad Date: Wed, 2 Mar 2022 14:25:49 +1000 Subject: [PATCH] reword TODO --- include/armadillo_bits/op_inv_meat.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/armadillo_bits/op_inv_meat.hpp b/include/armadillo_bits/op_inv_meat.hpp index 76f391da..29d6761b 100644 --- a/include/armadillo_bits/op_inv_meat.hpp +++ b/include/armadillo_bits/op_inv_meat.hpp @@ -323,11 +323,7 @@ op_inv_sympd::apply_direct(Mat& out, const Base 0, and max value is on the diagonal. - // - // TODO: when the major version is bumped: - // TODO: either rework the tinymatrix optimisation to be reliably more strict, or remove it entirely + // TODO: this is a problem for user code that expects inv_sympd() to fail for non-sympd matrices if((out.n_rows <= 4) && is_cx::no) {