added TODOs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user