Loading...
Searching...
No Matches
Go to the source code of this file.
|
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) |
|