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