Rcpp Version 1.0.9
pmax.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Rcpp::sugar::pmax_op< REALSXP, true, true >
 
struct  Rcpp::sugar::pmax_op< REALSXP, true, false >
 
struct  Rcpp::sugar::pmax_op< REALSXP, false, true >
 
struct  Rcpp::sugar::pmax_op< REALSXP, false, false >
 
struct  Rcpp::sugar::pmax_op< INTSXP, LHS_NA, RHS_NA >
 
class  Rcpp::sugar::pmax_op_Vector_Primitive< RTYPE, NA >
 
class  Rcpp::sugar::pmax_op_Vector_Primitive< REALSXP, true >
 
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

 Rcpp
 Rcpp API.
 
 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)