MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / runit_any_equal

Function runit_any_equal

inst/tinytest/cpp/sugar.cpp:119–121  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

117
118// [[Rcpp::export]]
119LogicalVector runit_any_equal( NumericVector xx, NumericVector yy){
120 return any( xx == yy ) ;
121}
122
123// [[Rcpp::export]]
124LogicalVector runit_any_not_equal( NumericVector xx, NumericVector yy){

Callers

nothing calls this directly

Calls 1

anyFunction · 0.50

Tested by

no test coverage detected