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

Function runit_cumsum

inst/tinytest/cpp/sugar.cpp:612–615  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

610
611// [[Rcpp::export]]
612NumericVector runit_cumsum( NumericVector xx ){
613 NumericVector res = cumsum( xx ) ;
614 return res ;
615}
616
617// [[Rcpp::export]]
618List runit_asvector( NumericMatrix z, NumericVector x, NumericVector y){

Callers

nothing calls this directly

Calls 1

cumsumFunction · 0.85

Tested by

no test coverage detected