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

Function minTest

inst/tinytest/cpp/algorithm.cpp:45–47  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

43
44// [[Rcpp::export]]
45double minTest(Rcpp::NumericVector v) {
46 return Rcpp::algorithm::min(v.begin(), v.end());
47}
48
49// [[Rcpp::export]]
50double maxTest(Rcpp::NumericVector v) {

Callers

nothing calls this directly

Calls 3

minFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected