more debugging messages

This commit is contained in:
conrad
2021-02-26 14:26:29 +10:00
parent 0b241845c9
commit 3d3927432e
+1 -1
View File
@@ -111,7 +111,7 @@ op_inv::apply_noalias(Mat<eT>& out, const Mat<eT>& A)
if(status) { return true; }
arma_extra_debug_print("op_inv: sympd optimisation failed");
// auxlib::inv_sympd() may have failed because A isn't really sympd
// auxlib::inv_sympd() will fail if A isn't really positive definite
}
}
}