At the moment we flip and flop between std::vectors and Rcpp::[Type]Vectors.
In the very least the Rcpp flavored is easier to read, and it probably saves a little time converting to and from types to explicitly use these types for anything that is used by Rcpp
At the moment we flip and flop between
std::vectors
andRcpp::[Type]Vectors
.In the very least the
Rcpp
flavored is easier to read, and it probably saves a little time converting to and from types to explicitly use these types for anything that is used by Rcpp