Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
805
NumericVector runit_cummax_nv(NumericVector xx){
806
NumericVector res = cummax(xx) ;
807
return res ;
808
}
809
810
// [[Rcpp::export]]
811
IntegerVector runit_cummax_iv(IntegerVector xx){
Callers
nothing calls this directly
Calls
1
cummax
Function · 0.85
Tested by
no test coverage detected