Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rcpp

Using C++ libraries in an R package

c++ r rcpp

Using Rcpp within parallel code via snow to make a cluster

r rcpp snow

Cannot compile R packages with c++ code after updating to macOS Catalina

r macos rcpp

Error when compiling Rcpp code in an R package using RStudio

c++ r rcpp

How to test Rcpp::CharacterVector elements for equality?

r rcpp

Efficient weighted covariances in RcppEigen

r eigen rcpp

A C++ version of the %in% operator in R

c++ r rcpp armadillo

Convert std::vector to Rcpp matrix

r rcpp

How to use Rcpp to speed up a for loop?

r performance for-loop rcpp

rcpp function calling another rcpp function

r rcpp

Performance of R stats::sd() vs. arma::stddev() vs. Rcpp implementation

c++ r performance rcpp armadillo

Within C++ functions, how are Rcpp objects passed to other functions (by reference or by copy)?

r performance pointers rcpp

Should I prefer Rcpp::NumericVector over std::vector?

c++ rcpp

using C function from other package in Rcpp

c++ c r rcpp

Profiling Rcpp code on OS X

r profiling rcpp

Can't run Rcpp function in foreach - "NULL value passed as symbol address"

r rcpp

Replace negative values by zero

Basic documentation for Rcpp

r rcpp

Why is this naive matrix multiplication faster than base R's?

What are productive ways to debug Rcpp compiled code loaded in R (on OS X Mavericks)?