From b51e071685b2cc55f12fd444ff423a7b60ed808a Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 19 Mar 2021 11:43:48 +1000 Subject: [PATCH] added TODO --- include/armadillo_bits/fn_inv.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/armadillo_bits/fn_inv.hpp b/include/armadillo_bits/fn_inv.hpp index bf3cd531..89d1f86f 100644 --- a/include/armadillo_bits/fn_inv.hpp +++ b/include/armadillo_bits/fn_inv.hpp @@ -46,6 +46,8 @@ inv { arma_extra_debug_sigprint(); + // TODO: add handling of op_trimat to op_inv and remove this function + return Op(X.m, X.aux_uword_a, 0); }