Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ minTest_int
Function
minTest_int
inst/tinytest/cpp/algorithm.cpp:65–67 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
63
64
// [[Rcpp::export]]
65
int minTest_int(Rcpp::IntegerVector v) {
66
return Rcpp::algorithm::min(v.begin(), v.end());
67
}
68
69
// [[Rcpp::export]]
70
int maxTest_int(Rcpp::IntegerVector v) {
Callers
nothing calls this directly
Calls
3
min
Function · 0.50
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected