Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_all_not_equal
Function
runit_all_not_equal
inst/tinytest/cpp/sugar.cpp:94–96 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
92
93
// [[Rcpp::export]]
94
LogicalVector runit_all_not_equal( NumericVector xx, NumericVector yy){
95
return all( xx != yy ) ;
96
}
97
98
// [[Rcpp::export]]
99
LogicalVector runit_any_less( NumericVector xx, NumericVector yy){
Callers
nothing calls this directly
Calls
1
all
Function · 0.85
Tested by
no test coverage detected