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