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

Function runit_cummin_iv

inst/tinytest/cpp/sugar.cpp:799–802  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

797
798// [[Rcpp::export]]
799IntegerVector runit_cummin_iv(IntegerVector xx){
800 IntegerVector res = cummin(xx) ;
801 return res ;
802}
803
804// [[Rcpp::export]]
805NumericVector runit_cummax_nv(NumericVector xx){

Callers

nothing calls this directly

Calls 1

cumminFunction · 0.85

Tested by

no test coverage detected