Skip to content
Prev 8216 / 10988 Next

[Rcpp-devel] tracking volatile bug

On Sat, Nov 22, 2014 at 1:43 PM, Sokol Serguei <serguei.sokol at gmail.com> wrote:
Try replacing the line that sets res with:

   double res=as<double>(Matrix_norm_r_(NumericMatrix(wrap(A)),
CharacterVector::create("1")));

Be sure to try it on a fresh session since errors from prior runs
could have messed up R.