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

Function runit_cummax_nv

inst/tinytest/cpp/sugar.cpp:805–808  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

803
804// [[Rcpp::export]]
805NumericVector runit_cummax_nv(NumericVector xx){
806 NumericVector res = cummax(xx) ;
807 return res ;
808}
809
810// [[Rcpp::export]]
811IntegerVector runit_cummax_iv(IntegerVector xx){

Callers

nothing calls this directly

Calls 1

cummaxFunction · 0.85

Tested by

no test coverage detected