Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
80
int maxTest_int_nona(Rcpp::IntegerVector v) {
81
return Rcpp::algorithm::max_nona(v.begin(), v.end());
82
}
83
84
// [[Rcpp::export]]
85
double meanTest(Rcpp::NumericVector v) {
Callers
nothing calls this directly
Calls
3
max_nona
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected