nLogdet has an untrapped error if the input is numericVector. The C++ error message is pretty clear that there is 'no matching function', but we want to catch this in our processing.
Given that oversight, I suspect we need to systematically consider error trapping on input types for linear algebra.
nLogdethas an untrapped error if the input isnumericVector. The C++ error message is pretty clear that there is 'no matching function', but we want to catch this in our processing.Given that oversight, I suspect we need to systematically consider error trapping on input types for linear algebra.