Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_pmin
Function
runit_pmin
inst/tinytest/cpp/sugar.cpp:318–321 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
316
317
// [[Rcpp::export]]
318
NumericVector runit_pmin( NumericVector xx, NumericVector yy ){
319
NumericVector res = pmin( xx, yy );
320
return res ;
321
}
322
323
// [[Rcpp::export]]
324
List runit_pmin_one( NumericVector xx ){
Callers
nothing calls this directly
Calls
1
pmin
Function · 0.85
Tested by
no test coverage detected