Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ Cumprod
Method
Cumprod
inst/include/Rcpp/sugar/functions/cumprod.h:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
typedef Rcpp::Vector<RTYPE> VECTOR;
34
35
Cumprod(const VEC_TYPE& object_) : object(object_) {}
36
37
VECTOR get() const {
38
R_xlen_t n = object.size();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected