From 382f18b0d3dab40e7cb7df9fc3ce86c8ad6904ac Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 19 Mar 2021 14:15:45 +1000 Subject: [PATCH] added TODOs --- include/armadillo_bits/fn_powmat.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/armadillo_bits/fn_powmat.hpp b/include/armadillo_bits/fn_powmat.hpp index 35cdefc3..d6dc958c 100644 --- a/include/armadillo_bits/fn_powmat.hpp +++ b/include/armadillo_bits/fn_powmat.hpp @@ -61,6 +61,8 @@ powmat { arma_extra_debug_sigprint(); + // TODO: refactor to avoid "try catch" + try { out = powmat(X,y); @@ -87,6 +89,8 @@ powmat { arma_extra_debug_sigprint(); + // TODO: refactor to avoid "try catch" + try { out = powmat(X,y);