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

Function minTest_int

inst/tinytest/cpp/algorithm.cpp:65–67  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

63
64// [[Rcpp::export]]
65int minTest_int(Rcpp::IntegerVector v) {
66 return Rcpp::algorithm::min(v.begin(), v.end());
67}
68
69// [[Rcpp::export]]
70int maxTest_int(Rcpp::IntegerVector v) {

Callers

nothing calls this directly

Calls 3

minFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected