Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rcpp

Appending to elements within an Rcpp List

r rcpp

RcppArmadillo: Issue with memory usage

c++ r memory rcpp

Why is this Rcpp code slower than byte compiled R?

c++ r performance rcpp numerical

Rcpp get element by name - $ operator

c++ r rcpp

Installing R `forecast` package on a Linux Cluster: compiler issues?

merge function in Rarmadillo

r rcpp

Calling another cpp function in templated Rcpp function

c++ r rcpp

How do you convert object of class Eigen::MatrixXd to class Rcpp::NumericMatrix

r eigen rcpp

Efficiently replace a fixed position substring with a string of equal or larger length

r rcpp

How to use C api of xts package in Rcpp

r xts rcpp

Passing a vector of lambdas to Rcpp's rpois

r random rcpp

How to replace elements of a matrix in C++ with values from another matrix (using Rcpp)?

c++ r matrix rcpp

How to print an R object to stderr in Rcpp?

r rcpp

Remove input R object in C++ function environment

c++ r rcpp

Memory leaks in a simple Rcpp function

c++ r memory-leaks rcpp

Expose simple C++ Student class to R using Rcpp modules

c++ r rcpp

Rcpp proxy model and R memory allocation

r rcpp

R List of numeric vectors -> C++ 2d array with Rcpp

c++ arrays r rcpp

Multiple plugins in cxxfunction

r rcpp

Using an integer parameter in Rcpp

c++ r rcpp