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

Function maxTest_int

inst/tinytest/cpp/algorithm.cpp:70–72  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

68
69// [[Rcpp::export]]
70int maxTest_int(Rcpp::IntegerVector v) {
71 return Rcpp::algorithm::max(v.begin(), v.end());
72}
73
74// [[Rcpp::export]]
75int minTest_int_nona(Rcpp::IntegerVector v) {

Callers

nothing calls this directly

Calls 3

maxFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected