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

Function cummin

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

Source from the content-addressed store, hash-verified

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

Callers 2

runit_cummin_nvFunction · 0.85
runit_cummin_ivFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected