Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rcpp

Rcpp + inline - creating and calling additional functions

r rcpp

'function' in namespace 'std' does not name a template type

c++ r rcpp

Loading Rcpp and Running Sample Code

c++ r rcpp

How to slice Rcpp NumericVector for elements 2 to 101?

rcpp

Passing many argumentes (...) by ellipsis in Rcpp

r rcpp

Rcpp function to select (and to return) a sub-dataframe

r rcpp

Elementwise matrix multiplication: R versus Rcpp (How to speed this code up?)

c++ r eigen rcpp armadillo

Create sparse matrix with more than 2^31-1 non-zero elements [duplicate]

RcppEigen package "#pragma clang diagnostic pop" warnings

r rcpp

Sort map with (Spanish) accented words in Rcpp

c++ r sorting std rcpp

Fast sampling from Truncated Normal Distribution using Rcpp and openMP

r openmp rcpp

Error: function is not available for .Call() for package X

r rcpp

Unit testing Rcpp code in a package

r unit-testing rcpp

Rewriting R's cummin() function using Rcpp and allowing for NAs

r rcpp

Fast parallel bipartite distance calculation in R

r optimization distance rcpp

Call R plots from c++ using RInside/ Rcpp

r rcpp rinside

My C++ functions with Rcpp::List inputs are very slow

r rcpp

Recover Rcpp source file

r rcpp

Using colMeans in Rcpp

r rcpp