Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rcpp

How do I get an Armadillo function to NOT print an error when inverting a singular matrix?

c++ r rcpp armadillo

Creating objects of R S4 classes in Rcpp?

r rcpp

Rcpp function for adding elements of a vector

r vector rcpp

What's wrong if not including GetRNGstate()?

r rcpp

Call a function from c++ via environment Rcpp

r rcpp

Passing user created c++ functions in rcpp as arguments

r rcpp

Rcpp function cannot be found by R

r package rstudio rcpp devtools

Rcpp select/subset NumericMatrix column by a NumericVector

c++ r rcpp

How to get Rcpp to work in R on a Windows XP platform?

windows r windows-xp rcpp

Understanding passing armadillo matrices to R functions via RInside

c++ r rcpp armadillo rinside

Rcpp sugar for rank function

c++ r rcpp syntactic-sugar

implementing apply function in Rcpp

c++ rcpp syntactic-sugar

R: Summing up neighboring matrix elements. How to speed up?

r matrix openmp rcpp armadillo

Sequence of Integers in Rcpp

r sequence rcpp

Why is my C++ implementation slower than the R source?

c++ r rcpp

R: pointer to c function

c++ r pointers rcpp

Is there performance difference between NumericVector and vector<double>?

r rcpp rcpp11

How create an Rcpp NumericVector with more than 20 entries?

r rcpp

Find the largest n unique values and their frequencies in R and Rcpp

c++ r rcpp desctools

Omitting the rows of a data frame in which their elements are the same

r rcpp