Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rcpp

Extracting a submatrix with Rcpp

r rcpp

Function param default value std:vector initialization with Rcpp and C++11?

r c++11 rcpp

Parallelize function taking external pointers (XPtr)

r rcpp rparallel

Add dependencies for my Rcpp package

r rcpp r-package

How to multiply two matrices that are sparse Matrix::csr/csc format?

c++ r eigen rcpp rcppeigen

Sum the vectors stored in the list using Rcpp

r list vector sum rcpp

Specialising Rcpp::as() for std::array

r c++11 rcpp

Why does Build & Reload recompile all C++ files even when these are unchanged?

rstudio rcpp roxygen2

C++17 in a package with Rcpp

r 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