Rcpp Version 1.0.9
|
Go to the source code of this file.
Classes | |
class | Rcpp::sugar::Mean< RTYPE, NA, T > |
class | Rcpp::sugar::Mean< CPLXSXP, NA, T > |
class | Rcpp::sugar::Mean< LGLSXP, NA, T > |
class | Rcpp::sugar::Mean< INTSXP, NA, T > |
Namespaces | |
Rcpp | |
Rcpp API. | |
Rcpp::sugar | |
Functions | |
template<bool NA, typename T > | |
sugar::Mean< REALSXP, NA, T > | Rcpp::mean (const VectorBase< REALSXP, NA, T > &t) |
template<bool NA, typename T > | |
sugar::Mean< INTSXP, NA, T > | Rcpp::mean (const VectorBase< INTSXP, NA, T > &t) |
template<bool NA, typename T > | |
sugar::Mean< CPLXSXP, NA, T > | Rcpp::mean (const VectorBase< CPLXSXP, NA, T > &t) |
template<bool NA, typename T > | |
sugar::Mean< LGLSXP, NA, T > | Rcpp::mean (const VectorBase< LGLSXP, NA, T > &t) |