Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rcpp

Index element from list in Rcpp

r rcpp

increase precision in Rcpp floating-point output

r rcpp

Error when building R package using roxygen2

r rcpp roxygen2

order a dataframe by column in Rcpp

r rcpp

NA values in Rcpp conditional

r rcpp

Rcpp How to convert IntegerVector to NumericVector

r rcpp

R vs. Matlab: Explanation for speed difference for rnorm, qnorm and pnorm functions

Initialize a variable with different type based on a switch statement

rcpp

Fastest way to transpose a list in R / Rcpp

r performance rcpp

constructing a Data Frame in Rcpp

c++ r rcpp

Overriding system defaults for C++ compilation flags from R

c++ r g++ eigen rcpp

How to change and set Rcpp compile arguments

c++ r c++11 rcpp

Rcpp NumericMatrix - how to erase a row / column?

c++ rcpp

How to set g++ compiler flags using Rcpp and inline?

c++ r inline rcpp

Proper way to return a pointer to a `new` object from an Rcpp function

c++ r rcpp

My R has memory leaks?

r memory-leaks rcpp

Better idiom for filling a C++ array from a NumericVector

c++ r rcpp

calling a user-defined R function from C++ using Rcpp

r rcpp

Pass a c++ object as a pointer an reuse in another function in Rcpp

c++ r rcpp

Best way to use c++ code from R package FOO in package BAR

c++ r rcpp