Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rcpp

Building R package: "Found 'rand', possibly from 'rand' (C)" NOTE when checking package

c++ r rcpp cran

how to get the determinant of a matrix using RcppEigen

c++ r matrix rcpp

Porting existing C++ code to R

c++ r poker rcpp

Performance difference between RcppArmadillo and Armadillo

r rcpp

How to declare input into Rcpp functions?

c++ r 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