Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ max
Function
max
inst/include/Rcpp/sugar/functions/max.h:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
81
template <int RTYPE, bool NA, typename T>
82
sugar::Max<RTYPE,NA,T> max( const VectorBase<RTYPE,NA,T>& x){
83
return sugar::Max<RTYPE,NA,T>(x.get_ref()) ;
84
}
85
86
} // Rcpp
87
Callers
2
check_indices
Method · 0.50
Matrix.h
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected