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

Function doublemax

inst/tinytest/cpp/sugar.cpp:1307–1309  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1305
1306// [[Rcpp::export]]
1307double doublemax(NumericVector v) {
1308 return max(v);
1309}

Callers

nothing calls this directly

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected