Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_pmax
Function
runit_pmax
inst/tinytest/cpp/sugar.cpp:332–335 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
330
331
// [[Rcpp::export]]
332
NumericVector runit_pmax( NumericVector xx, NumericVector yy ){
333
NumericVector res = pmax( xx, yy );
334
return res ;
335
}
336
337
// [[Rcpp::export]]
338
List runit_pmax_one( NumericVector xx ){
Callers
nothing calls this directly
Calls
1
pmax
Function · 0.85
Tested by
no test coverage detected