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

Function runit_cummax_iv

inst/tinytest/cpp/sugar.cpp:811–814  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

809
810// [[Rcpp::export]]
811IntegerVector runit_cummax_iv(IntegerVector xx){
812 IntegerVector res = cummax(xx) ;
813 return res ;
814}
815
816
817// 18 January 2016: median

Callers

nothing calls this directly

Calls 1

cummaxFunction · 0.85

Tested by

no test coverage detected