Rcpp Version 1.0.9
|
Go to the source code of this file.
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) |