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

Function runit_all_greater_or_equal

inst/tinytest/cpp/sugar.cpp:84–86  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

82
83// [[Rcpp::export]]
84LogicalVector runit_all_greater_or_equal( NumericVector xx, NumericVector yy){
85 return all( xx >= yy ) ;
86}
87
88// [[Rcpp::export]]
89LogicalVector runit_all_equal( NumericVector xx, NumericVector yy){

Callers

nothing calls this directly

Calls 1

allFunction · 0.85

Tested by

no test coverage detected