Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rcpp

How can I improve the Makevars file for a Rcpp (RcppEigen) package?

r makefile rcpp

Using SuperLU sparse solver with RcppArmadillo

r rcpp armadillo rcpparmadillo

Templated Rcpp function to erase NA values

r templates rcpp

compileAttributes doesn't copy the local header to RcppExports.cpp

r rcpp

How to compute rowSums in rcpp

r rcpp

Find minimum of vector in Rcpp

c++ r rcpp

Element-Wise Matrix Multiplication in Rcpp

rcpp

C++11 with R and Rcpp: supported by CRAN policies?

c++ r c++11 rcpp cran

Installing RcppEigen on amazon ec2

r amazon-ec2 rcpp

Dynamic linking with rpath not working under Ubuntu 17.10

How to print raw values in Rcpp

r rcpp

How to speed up or vectorize a for loop?

Requiring OpenMP availability for use in an Rcpp package

Can Rcpp replace unif function in R?

c++ r rcpp

R: fastest way to check presence of each element of a vector in each of the columns of a matrix

r matrix apply rcpp sapply

Fastest way to filter a data.frame list column contents in R / Rcpp

Rcpp::compileAttributes() Error

rcpp

Setting *only* column names in Rcpp

r rcpp

How to do fast percentile calculation in C++/Rcpp

c++ r rcpp armadillo

Return result invisibly

c++ r rcpp