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

Function pmax

inst/include/Rcpp/sugar/functions/pmax.h:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 bool RHS_NA, typename RHS_T
156>
157inline sugar::Pmax_Vector_Vector<RTYPE,LHS_NA,LHS_T,RHS_NA,RHS_T>
158pmax(
159 const Rcpp::VectorBase<RTYPE,LHS_NA,LHS_T>& lhs,
160 const Rcpp::VectorBase<RTYPE,RHS_NA,RHS_T>& rhs
161 ){
162 return sugar::Pmax_Vector_Vector<RTYPE,LHS_NA,LHS_T,RHS_NA,RHS_T>( lhs.get_ref(), rhs.get_ref() ) ;
163}
164
165template <
166 int RTYPE,

Callers 2

runit_pmaxFunction · 0.85
runit_pmax_oneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected