MCPcopy 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]]
332NumericVector runit_pmax( NumericVector xx, NumericVector yy ){
333 NumericVector res = pmax( xx, yy );
334 return res ;
335}
336
337// [[Rcpp::export]]
338List runit_pmax_one( NumericVector xx ){

Callers

nothing calls this directly

Calls 1

pmaxFunction · 0.85

Tested by

no test coverage detected