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