Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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)?

How do I create a list of vectors in Rcpp?

r rcpp

RcppArmadillo pass user-defined function

r rcpp armadillo

Using 3rd party header files with Rcpp

c++ r rcpp

Rcpp package doesn't include Rcpp_precious_remove

r rcpp

Practical limits of R data frame

r performance dataframe rcpp

ld: warning: text-based stub file are out of sync. Falling back to library file for linking

Understanding the contents of the Makevars file in R (macros, variables, ~/.R/Makevars and pkg/src/Makevars)

r rcpp

R install.packages returns "failed to create lock directory"

r package rcpp

Where can I learn how to write C code to speed up slow R functions? [closed]

r rcpp