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

Function minTest_int_nona

inst/tinytest/cpp/algorithm.cpp:75–77  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

73
74// [[Rcpp::export]]
75int minTest_int_nona(Rcpp::IntegerVector v) {
76 return Rcpp::algorithm::min_nona(v.begin(), v.end());
77}
78
79// [[Rcpp::export]]
80int maxTest_int_nona(Rcpp::IntegerVector v) {

Callers

nothing calls this directly

Calls 3

min_nonaFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected