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

Function runit_all_not_equal_one

inst/tinytest/cpp/sugar.cpp:64–66  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

62
63// [[Rcpp::export]]
64LogicalVector runit_all_not_equal_one( NumericVector xx ){
65 return all( xx != 5.0 ) ;
66}
67
68// [[Rcpp::export]]
69LogicalVector runit_all_less( NumericVector xx, NumericVector yy){

Callers

nothing calls this directly

Calls 1

allFunction · 0.85

Tested by

no test coverage detected