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

Function maxTest_int_nona

inst/tinytest/cpp/algorithm.cpp:80–82  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

78
79// [[Rcpp::export]]
80int maxTest_int_nona(Rcpp::IntegerVector v) {
81 return Rcpp::algorithm::max_nona(v.begin(), v.end());
82}
83
84// [[Rcpp::export]]
85double meanTest(Rcpp::NumericVector v) {

Callers

nothing calls this directly

Calls 3

max_nonaFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected