| 136 | |
| 137 | template <bool NA, typename T> |
| 138 | inline sugar::Mean<REALSXP,NA,T> mean(const VectorBase<REALSXP,NA,T>& t) { |
| 139 | return sugar::Mean<REALSXP,NA,T>(t); |
| 140 | } |
| 141 | |
| 142 | template <bool NA, typename T> |
| 143 | inline sugar::Mean<INTSXP,NA,T> mean(const VectorBase<INTSXP,NA,T>& t) { |
no test coverage detected