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

Function minTest_nona

inst/tinytest/cpp/algorithm.cpp:55–57  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

53
54// [[Rcpp::export]]
55double minTest_nona(Rcpp::NumericVector v) {
56 return Rcpp::algorithm::min_nona(v.begin(), v.end());
57}
58
59// [[Rcpp::export]]
60double maxTest_nona(Rcpp::NumericVector v) {

Callers

nothing calls this directly

Calls 3

min_nonaFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected