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

Function cumprod

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

Source from the content-addressed store, hash-verified

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

Callers 3

runit_cumprod_nvFunction · 0.85
runit_cumprod_ivFunction · 0.85
runit_cumprod_cvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected