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

Function pmin

inst/include/Rcpp/sugar/functions/pmin.h:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

runit_pminFunction · 0.85
runit_pmin_oneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected