Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

eval and substitute in C/C++

c r rcpp

na.locf and inverse.rle in Rcpp

r rcpp

Using colon (':') to access elements in an array in C++ (in Rcpp)

c++ r rcpp

Rcpp: how to pass complex number from R to cpp

c++ r rcpp complex-numbers

R-devel with sanitizer from rocker

How can I use qnorm on Rcpp?

r inline rcpp

Using a different gcc version from that included with Rtools with Rcpp on Windows

c++ windows r gcc rcpp

Armadillo+NVBLAS into RcppArmadillo+NVBLAS

c++ cuda rcpp armadillo

Using dnorm with RcppArmadillo

c++ r rcpp

How to write tests for cpp functions in R package?

r unit-testing rcpp

Rcpp inconsistency between std0x and non-std0x

c++ r c++11 rcpp

Using `sourceCpp` to compile `fastLm`

r rcpp

Efficiently randomly drawing from a multivariate normal distribution

r rcpp

Passing R Function as Parameter to RCpp Function

c++ r function rcpp