Skip to content

Opening book details…

Can I read Extending Rcpp for Custom Classes on EtoBox?

Extending Rcpp for Custom Classes by shashank shekhar is a document available to read on EtoBox.

What is Extending Rcpp for Custom Classes about?

This document provides an overview of how to extend Rcpp to allow for the conversion of user-defined C++ classes and third-party classes between R and C++. This can be done intrusively by implementing conversion operators directly in the class, or non-intrusively by specializing the Rcpp::wrap and Rcpp::as templates. Templates and partial specialization can be used to extend Rcpp

Author
shashank shekhar
Language
EN