Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
55
double minTest_nona(Rcpp::NumericVector v) {
56
return Rcpp::algorithm::min_nona(v.begin(), v.end());
57
}
58
59
// [[Rcpp::export]]
60
double maxTest_nona(Rcpp::NumericVector 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