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

Function runit_all_greater

inst/tinytest/cpp/sugar.cpp:74–76  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

72
73// [[Rcpp::export]]
74LogicalVector runit_all_greater( NumericVector xx, NumericVector yy ){
75 return all( xx > yy ) ;
76}
77
78// [[Rcpp::export]]
79LogicalVector runit_all_less_or_equal( NumericVector xx, NumericVector yy){

Callers

nothing calls this directly

Calls 1

allFunction · 0.85

Tested by

no test coverage detected