Functions |
| template<int RTYPE, bool NA, typename T > |
Rcpp::sugar::Minus_Vector_Primitive
< RTYPE, NA, T > | operator- (const Rcpp::VectorBase< RTYPE, NA, T > &lhs, typename Rcpp::traits::storage_type< RTYPE >::type rhs) |
| template<int RTYPE, bool NA, typename T > |
Rcpp::sugar::Minus_Primitive_Vector
< RTYPE, NA, T > | operator- (typename Rcpp::traits::storage_type< RTYPE >::type lhs, const Rcpp::VectorBase< RTYPE, NA, T > &rhs) |
| template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T > |
Rcpp::sugar::Minus_Vector_Vector
< RTYPE, LHS_NA, LHS_T, RHS_NA,
RHS_T > | operator- (const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &lhs, const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &rhs) |