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

Function intmin

inst/tinytest/cpp/sugar.cpp:1292–1294  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1290
1291// [[Rcpp::export]]
1292int intmin(IntegerVector v) {
1293 return min(v);
1294}
1295
1296// [[Rcpp::export]]
1297int intmax(IntegerVector v) {

Callers

nothing calls this directly

Calls 1

minFunction · 0.50

Tested by

no test coverage detected