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

Function maxTest

inst/tinytest/cpp/algorithm.cpp:50–52  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

48
49// [[Rcpp::export]]
50double maxTest(Rcpp::NumericVector v) {
51 return Rcpp::algorithm::max(v.begin(), v.end());
52}
53
54// [[Rcpp::export]]
55double minTest_nona(Rcpp::NumericVector v) {

Callers

nothing calls this directly

Calls 3

maxFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected