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

Function runit_any_greater

inst/tinytest/cpp/sugar.cpp:104–106  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

102
103// [[Rcpp::export]]
104LogicalVector runit_any_greater( NumericVector xx, NumericVector yy ){
105 return any( xx > yy ) ;
106}
107
108// [[Rcpp::export]]
109LogicalVector runit_any_less_or_equal( NumericVector xx, NumericVector yy ){

Callers

nothing calls this directly

Calls 1

anyFunction · 0.50

Tested by

no test coverage detected