MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / runit_sapply

Function runit_sapply

inst/tinytest/cpp/sugar.cpp:366–369  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

364
365// [[Rcpp::export]]
366NumericVector runit_sapply( NumericVector xx ){
367 NumericVector res = sapply( xx, square<double>() );
368 return res ;
369}
370
371// [[Rcpp::export]]
372NumericVector runit_sapply_rawfun( NumericVector xx){

Callers

nothing calls this directly

Calls 1

sapplyFunction · 0.50

Tested by

no test coverage detected