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

Method Cumsum

inst/include/Rcpp/sugar/functions/cumsum.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 typedef Rcpp::Vector<RTYPE> VECTOR ;
34
35 Cumsum( 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