Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Seamless R and C++ Integration with Rcpp

Posted By: tarantoga
Seamless R and C++ Integration with Rcpp

Dirk Eddelbuettel, "Seamless R and C++ Integration with Rcpp"
ISBN: 1461468671 | 2013 | EPUB | 220 pages | 410 KB

"Seamless R and C ++ Integration with Rcpp" provides the first comprehensive introduction to Rcpp. Rcpp has become the most widely-used language extension for R, and is deployed by over one-hundred different CRAN and BioConductor packages. Rcpp permits users to pass scalars, vectors, matrices, list or entire R objects back and forth between R and C++ with ease. This brings the depth of the R analysis framework together with the power, speed, and efficiency of C++.