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

Function runit_any_less_or_equal

inst/tinytest/cpp/sugar.cpp:109–111  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

107
108// [[Rcpp::export]]
109LogicalVector runit_any_less_or_equal( NumericVector xx, NumericVector yy ){
110 return any( xx <= yy ) ;
111}
112
113// [[Rcpp::export]]
114LogicalVector runit_any_greater_or_equal( NumericVector xx, NumericVector yy){

Callers

nothing calls this directly

Calls 1

anyFunction · 0.50

Tested by

no test coverage detected