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

Function maxTest_nona

inst/tinytest/cpp/algorithm.cpp:60–62  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

58
59// [[Rcpp::export]]
60double maxTest_nona(Rcpp::NumericVector v) {
61 return Rcpp::algorithm::max_nona(v.begin(), v.end());
62}
63
64// [[Rcpp::export]]
65int minTest_int(Rcpp::IntegerVector v) {

Callers

nothing calls this directly

Calls 3

max_nonaFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected