Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rcpp

How to get Rcpp to work in R on a Windows XP platform?

windows r windows-xp rcpp

Understanding passing armadillo matrices to R functions via RInside

c++ r rcpp armadillo rinside

Rcpp sugar for rank function

c++ r rcpp syntactic-sugar

implementing apply function in Rcpp

c++ rcpp syntactic-sugar

R: Summing up neighboring matrix elements. How to speed up?

r matrix openmp rcpp armadillo

Sequence of Integers in Rcpp

r sequence rcpp

Why is my C++ implementation slower than the R source?

c++ r rcpp

R: pointer to c function

c++ r pointers rcpp

Is there performance difference between NumericVector and vector<double>?

r rcpp rcpp11

How create an Rcpp NumericVector with more than 20 entries?

r rcpp

Find the largest n unique values and their frequencies in R and Rcpp

c++ r rcpp desctools

Convert R::vector to std::vector [closed]

r stdvector rcpp

speed up a matrix rowMeans operation

r rcpp

R package with both .c and .cpp files with Rcpp

c rcpp r-package

R: how to serialize C/C++ data that lives in the heap?

r rcpp

Large Matrices in RcppArmadillo via the ARMA_64BIT_WORD define

r rcpp

Declare a variable as a reference in Rcpp

rcpp rcpp11

Rcpp function to be SLOWER than same R function

c++ r performance rcpp

Rcpp pass vector of length 0 (NULL) to cppfunction

r rcpp

Rcpp check if list has an element

rcpp