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