rcpp11 Questions

3

Solved

I have two sets of points, called path and centers. For each point in path, I would like an efficient method for finding the ID of the closest point in centers. I would like to do this in R. Below ...
Spherical asked 5/12, 2014 at 17:52

1

Solved

Suppose one uses NumericVector and the other uses vector<double> in their Rcpp code. Is there notable difference between the two usages, especially in performance?
Pulsatory asked 20/11, 2014 at 4:29

1

Solved

I am attempting to use the Rcpp11 package in r from it's source over at: devtools::install_github("Rcpp11/Rcpp11") I read here: http://blog.r-enthusiasts.com/2014/05/27/disambiguating-rcpp11-and...
Adaptation asked 29/5, 2014 at 6:43
1

© 2022 - 2024 — McMap. All rights reserved.