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

Function intmax

inst/tinytest/cpp/sugar.cpp:1297–1299  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1295
1296// [[Rcpp::export]]
1297int intmax(IntegerVector v) {
1298 return max(v);
1299}
1300
1301// [[Rcpp::export]]
1302double doublemin(NumericVector v) {

Callers

nothing calls this directly

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected