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

Function runit_all_one_less

inst/tinytest/cpp/sugar.cpp:39–41  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

37
38// [[Rcpp::export]]
39LogicalVector runit_all_one_less( NumericVector xx ){
40 return all( xx < 5.0 ) ;
41}
42
43// [[Rcpp::export]]
44LogicalVector runit_all_one_greater( NumericVector xx ){

Callers

nothing calls this directly

Calls 1

allFunction · 0.85

Tested by

no test coverage detected