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

Function runit_any_equal_not

inst/tinytest/cpp/sugar.cpp:289–291  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

287
288// [[Rcpp::export]]
289LogicalVector runit_any_equal_not( NumericVector xx, NumericVector yy){
290 return any( !( xx == yy) ) ;
291}
292
293// [[Rcpp::export]]
294List runit_plus( IntegerVector xx ){

Callers

nothing calls this directly

Calls 1

anyFunction · 0.50

Tested by

no test coverage detected