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

Function runit_all_less_or_equal

inst/tinytest/cpp/sugar.cpp:79–81  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

77
78// [[Rcpp::export]]
79LogicalVector runit_all_less_or_equal( NumericVector xx, NumericVector yy){
80 return all( xx <= yy ) ;
81}
82
83// [[Rcpp::export]]
84LogicalVector runit_all_greater_or_equal( NumericVector xx, NumericVector yy){

Callers

nothing calls this directly

Calls 1

allFunction · 0.85

Tested by

no test coverage detected