Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ maxTest
Function
maxTest
inst/tinytest/cpp/algorithm.cpp:50–52 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
48
49
// [[Rcpp::export]]
50
double maxTest(Rcpp::NumericVector v) {
51
return Rcpp::algorithm::max(v.begin(), v.end());
52
}
53
54
// [[Rcpp::export]]
55
double minTest_nona(Rcpp::NumericVector 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