MCPcopy 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]]
89LogicalVector runit_all_equal( NumericVector xx, NumericVector yy){
90 return all( xx == yy ) ;
91}
92
93// [[Rcpp::export]]
94LogicalVector runit_all_not_equal( NumericVector xx, NumericVector yy){

Callers

nothing calls this directly

Calls 1

allFunction · 0.85

Tested by

no test coverage detected