Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
75
int minTest_int_nona(Rcpp::IntegerVector v) {
76
return Rcpp::algorithm::min_nona(v.begin(), v.end());
77
}
78
79
// [[Rcpp::export]]
80
int maxTest_int_nona(Rcpp::IntegerVector v) {
Callers
nothing calls this directly
Calls
3
min_nona
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected