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

Function runit_all_one_equal

inst/tinytest/cpp/sugar.cpp:59–61  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

57
58// [[Rcpp::export]]
59LogicalVector runit_all_one_equal( NumericVector xx ){
60 return all( xx == 5.0 ) ;
61}
62
63// [[Rcpp::export]]
64LogicalVector runit_all_not_equal_one( NumericVector xx ){

Callers

nothing calls this directly

Calls 1

allFunction · 0.85

Tested by

no test coverage detected