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

Function runit_mapply2

inst/tinytest/cpp/sugar.cpp:249–252  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

247
248// [[Rcpp::export]]
249NumericVector runit_mapply2(NumericVector xx, NumericVector yy){
250 NumericVector res = mapply(xx, yy, std::plus<double>());
251 return res;
252}
253
254// [[Rcpp::export]]
255NumericVector runit_mapply2_lambda(NumericVector xx, NumericVector yy){

Callers

nothing calls this directly

Calls 1

mapplyFunction · 0.50

Tested by

no test coverage detected