MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / cummax

Function cummax

inst/include/Rcpp/sugar/functions/cummax.h:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58template <bool NA, typename T>
59inline sugar::Cummax<INTSXP, NA, T> cummax(const VectorBase<INTSXP, NA, T>& t) {
60 return sugar::Cummax<INTSXP, NA, T>(t);
61}
62
63template <bool NA, typename T>
64inline sugar::Cummax<REALSXP, NA, T> cummax(const VectorBase<REALSXP, NA, T>& t) {

Callers 2

runit_cummax_nvFunction · 0.85
runit_cummax_ivFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected