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

Function runit_intersect

inst/tinytest/cpp/sugar.cpp:710–712  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

708
709// [[Rcpp::export]]
710IntegerVector runit_intersect( IntegerVector x, IntegerVector y){
711 return intersect( x, y ) ;
712}
713
714// [[Rcpp::export]]
715NumericVector runit_clamp( double a, NumericVector x, double b){

Callers

nothing calls this directly

Calls 1

intersectFunction · 0.85

Tested by

no test coverage detected