Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_cumprod_cv
Function
runit_cumprod_cv
inst/tinytest/cpp/sugar.cpp:787–790 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
785
786
// [[Rcpp::export]]
787
ComplexVector runit_cumprod_cv(ComplexVector xx){
788
ComplexVector res = cumprod(xx) ;
789
return res ;
790
}
791
792
// [[Rcpp::export]]
793
NumericVector runit_cummin_nv(NumericVector xx){
Callers
nothing calls this directly
Calls
1
cumprod
Function · 0.85
Tested by
no test coverage detected