| 153 | bool RHS_NA, typename RHS_T |
| 154 | > |
| 155 | inline sugar::Pmin_Vector_Vector<RTYPE,LHS_NA,LHS_T,RHS_NA,RHS_T> |
| 156 | pmin( |
| 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 | |
| 163 | template < |
| 164 | int RTYPE, |
no outgoing calls
no test coverage detected