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

Function runit_sapply_rawfun

inst/tinytest/cpp/sugar.cpp:372–375  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

370
371// [[Rcpp::export]]
372NumericVector runit_sapply_rawfun( NumericVector xx){
373 NumericVector res = sapply( xx, raw_square );
374 return res ;
375}
376
377// [[Rcpp::export]]
378NumericVector runit_sapply_lambda(NumericVector xx){

Callers

nothing calls this directly

Calls 1

sapplyFunction · 0.50

Tested by

no test coverage detected