Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_cumprod_nv
Function
runit_cumprod_nv
inst/tinytest/cpp/sugar.cpp:775–778 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
773
774
// [[Rcpp::export]]
775
NumericVector runit_cumprod_nv(NumericVector xx){
776
NumericVector res = cumprod(xx) ;
777
return res ;
778
}
779
780
// [[Rcpp::export]]
781
IntegerVector runit_cumprod_iv(IntegerVector xx){
Callers
nothing calls this directly
Calls
1
cumprod
Function · 0.85
Tested by
no test coverage detected