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

Function runit_any_less

inst/tinytest/cpp/sugar.cpp:99–101  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

97
98// [[Rcpp::export]]
99LogicalVector runit_any_less( NumericVector xx, NumericVector yy){
100 return any( xx < yy ) ;
101}
102
103// [[Rcpp::export]]
104LogicalVector runit_any_greater( NumericVector xx, NumericVector yy ){

Callers

nothing calls this directly

Calls 1

anyFunction · 0.50

Tested by

no test coverage detected