|
template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T > |
sugar::Pmin_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T > | Rcpp::pmin (const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &lhs, const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &rhs) |
|
template<int RTYPE, bool LHS_NA, typename LHS_T > |
sugar::Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T > | Rcpp::pmin (const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &lhs, typename Rcpp::traits::storage_type< RTYPE >::type rhs) |
|
template<int RTYPE, bool RHS_NA, typename RHS_T > |
sugar::Pmin_Vector_Primitive< RTYPE, RHS_NA, RHS_T > | Rcpp::pmin (typename Rcpp::traits::storage_type< RTYPE >::type lhs, const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &rhs) |
|