No articles match
RcppEigen-intro2 months ago
Introduction | Eigen classes | Some simple examples | Least squares solutions | Delayed evaluation | Sparse matrices | Summary
RcppArmadillo-introduction3 months ago
Overview | Armadillo | RcppArmadillo | Kalman Filtering Example | Empirical Speed Comparison | Conclusion
RcppArmadillo-sparseMatrix3 months ago
Introduction | Sparse Matrix
Rcpp-attributes12 months ago
Using Attributes | Package Development
Rcpp-extending12 months ago
Introduction | Extending Rcpp::wrap | Extending Rcpp::as | Summary
Rcpp-FAQ12 months ago
Getting started | Compiling and Linking | Examples | Support | Known Issues
Rcpp-introduction12 months ago
Introduction | First Steps with | A first function using | Extending via its API | Extending via the API of | Data Driven Performance Decisions with | Random Numbers within : An Example of Rcpp Sugar | Translating Code from into : Bootstrap Example | Using as an Interface to External Libraries: Exploring Linear Algebra Extensions | in Packages | Conclusion
Rcpp-JSS-201112 months ago
Introduction | The Rcpp API | R and C++ data interchange | Function calls | Using code `inline' | Using Standard Template Library algorithms | Error handling | Performance comparison | On-going development | Summary
Rcpp-libraries12 months ago
Introduction
Rcpp-modules12 months ago
Motivation | Rcpp modules | Using modules in other packages | Future extensions | Known shortcomings | Summary
Rcpp-package12 months ago
Introduction | Using Rcpp.package.skeleton | Using modules | Further examples | Other compilers | Summary
Rcpp-quickref12 months ago
Important Notes
Rcpp-sugar12 months ago
Motivation | Operators | Functions | Performance | Implementation | Summary