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) {