RcppArray

From MaRDI portal
Software:78426



CRANRcppArrayMaRDI QIDQ78426FDOQ78426

'Rcpp' Meets 'C++' Arrays

Dirk Eddelbuettel, Jon Clayden

Last update: 8 November 2023

Copyright license: GNU General Public License, version 2.0

Software version identifier: 0.2.0, 0.3.0

Interoperability between 'Rcpp' and the 'C++11' array and tuple types. Linking to this package allows fixed-length 'std::array' objects to be converted to and from equivalent R vectors, and 'std::tuple' objects converted to lists, via the as() and wrap() functions. There is also experimental support for 'std::span' from 'C++20'.





This page was built for software: RcppArray