|
Rcpp Version 0.9.10
|

Go to the source code of this file.
Classes | |
| class | Rcpp::sugar::pmax_op< RTYPE, LHS_NA, RHS_NA > |
| class | Rcpp::sugar::pmax_op< RTYPE, LHS_NA, false > |
| class | Rcpp::sugar::pmax_op< RTYPE, false, RHS_NA > |
| class | Rcpp::sugar::pmax_op< RTYPE, false, false > |
| class | Rcpp::sugar::pmax_op_Vector_Primitive< RTYPE, NA > |
| class | Rcpp::sugar::pmax_op_Vector_Primitive< RTYPE, false > |
| class | Rcpp::sugar::Pmax_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T > |
| class | Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T > |
Namespaces | |
| namespace | Rcpp |
Rcpp API. | |
| namespace | Rcpp::sugar |
Functions | |
| template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T > | |
| sugar::Pmax_Vector_Vector < RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T > | Rcpp::pmax (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::Pmax_Vector_Primitive < RTYPE, LHS_NA, LHS_T > | Rcpp::pmax (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::Pmax_Vector_Primitive < RTYPE, RHS_NA, RHS_T > | Rcpp::pmax (typename Rcpp::traits::storage_type< RTYPE >::type lhs, const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &rhs) |