Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdded support for conversion to arma::Cube types #64
Conversation
|
As expected, this passed well during the regression tests. It is a really fine PR, and on reflection I think you need the extra specialization as they are all for cases where R does not have the underlying type: |
Added support for conversion to arma::Cube types
As discussed in #63 this extends
Rcpp::as<>for use with Armadillo's templatedCubeclass.