added TODO

This commit is contained in:
conrad
2021-03-19 11:43:48 +10:00
parent 8cf41788f8
commit b51e071685
+2
View File
@@ -46,6 +46,8 @@ inv
{
arma_extra_debug_sigprint();
// TODO: add handling of op_trimat to op_inv and remove this function
return Op<T1, op_inv_tr>(X.m, X.aux_uword_a, 0);
}