Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_all_not_equal_one
Function
runit_all_not_equal_one
inst/tinytest/cpp/sugar.cpp:64–66 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
62
63
// [[Rcpp::export]]
64
LogicalVector runit_all_not_equal_one( NumericVector xx ){
65
return all( xx != 5.0 ) ;
66
}
67
68
// [[Rcpp::export]]
69
LogicalVector runit_all_less( NumericVector xx, NumericVector yy){
Callers
nothing calls this directly
Calls
1
all
Function · 0.85
Tested by
no test coverage detected