Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rcpp

Passing largest int64_t variable values from C++ to R via Rcpp and the bit64 R package

c++ r integer 64-bit rcpp

Generating random matrix with a specific way (Rcpp)

r rcpp

How to make a cpp (Rcpp) function that triggers "useful" error messages if the input types are wrong?

c++ r error-handling rcpp

Is there a faster way to do this Cholesky factorization in Rcpp/c++?

Using R's integrate() with functions from R and Rcpp

How to define an R function from Rcpp?

r rcpp

Rcpp: cannot open shared object file

rcpp arrayfire

How to speed up this Rcpp function?

QR decomposition in RcppArmadillo

r rcpp decomposition armadillo

Erasing zeros from the vector element in Rcpp

r performance vector subset rcpp

C array to Rcpp NumericVector

c arrays r rcpp

Found no calls to: 'R_registerRoutines', 'R_useDynamicSymbols' unresolved

r rcpp

How to deal with factors in Rcpp

r rcpp

Does converting vectors between Rcpp and C++ (using Rcpp::as or Rcpp::wrap) create a new vector and copy elements?

c++ r vector rcpp

Memory-efficient method to create dist object from distance matrix

r rcpp

Rcpp - Define a C++ function that takes an R function and an ellipsis argument

c++ r rcpp ellipsis

Rcpp package error for RShiny app republication

r shiny rcpp

How can I replicate random draws in RcppArmadillo?

r rcpp

How to export Rcpp Class method with default arguments

r rcpp

Multiplying a column vector by a numeric scalar in RcppArmadillo

r matrix rcpp armadillo