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

Function runit_mapply2_logical

inst/tinytest/cpp/sugar.cpp:267–269  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

265
266// [[Rcpp::export]]
267LogicalVector runit_mapply2_logical(NumericVector xx, NumericVector yy){
268 return all(mapply(xx, yy, std::plus<double>()) < 100.0);
269}
270
271// [[Rcpp::export]]
272List runit_mapply2_list(IntegerVector xx, IntegerVector yy){

Callers

nothing calls this directly

Calls 2

allFunction · 0.85
mapplyFunction · 0.50

Tested by

no test coverage detected