Rcpp Version 1.0.9
median.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::median_detail::result< RTYPE >
 
struct  Rcpp::sugar::median_detail::result< INTSXP >
 
struct  Rcpp::sugar::median_detail::result< STRSXP >
 
class  Rcpp::sugar::Median< RTYPE, NA, T, NA_RM >
 
class  Rcpp::sugar::Median< RTYPE, NA, T, true >
 
class  Rcpp::sugar::Median< RTYPE, false, T, NA_RM >
 
class  Rcpp::sugar::Median< STRSXP, NA, T, NA_RM >
 
class  Rcpp::sugar::Median< STRSXP, NA, T, true >
 
class  Rcpp::sugar::Median< STRSXP, false, T, true >
 

Namespaces

 Rcpp
 Rcpp API.
 
 Rcpp::sugar
 
 Rcpp::sugar::median_detail
 

Functions

template<typename T >
bool Rcpp::sugar::median_detail::less (T lhs, T rhs)
 
template<>
bool Rcpp::sugar::median_detail::less< Rcomplex > (Rcomplex lhs, Rcomplex rhs)
 
double Rcpp::sugar::median_detail::half (double lhs)
 
double Rcpp::sugar::median_detail::half (int lhs)
 
Rcomplex Rcpp::sugar::median_detail::half (Rcomplex lhs)
 
template<int RTYPE, bool NA, typename T >
sugar::median_detail::result< RTYPE >::type Rcpp::median (const Rcpp::VectorBase< RTYPE, NA, T > &x, bool na_rm=false)