Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_all_one_greater
Function
runit_all_one_greater
inst/tinytest/cpp/sugar.cpp:44–46 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
42
43
// [[Rcpp::export]]
44
LogicalVector runit_all_one_greater( NumericVector xx ){
45
return all( xx > 5.0 ) ;
46
}
47
48
// [[Rcpp::export]]
49
LogicalVector runit_all_one_less_or_equal( NumericVector xx ){
Callers
nothing calls this directly
Calls
1
all
Function · 0.85
Tested by
no test coverage detected