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

Function runit_all_less

inst/tinytest/cpp/sugar.cpp:69–71  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

67
68// [[Rcpp::export]]
69LogicalVector runit_all_less( NumericVector xx, NumericVector yy){
70 return all( xx < yy ) ;
71}
72
73// [[Rcpp::export]]
74LogicalVector runit_all_greater( NumericVector xx, NumericVector yy ){

Callers

nothing calls this directly

Calls 1

allFunction · 0.85

Tested by

no test coverage detected