| 57 | |
| 58 | template <bool NA, typename T> |
| 59 | inline sugar::Cumprod<INTSXP, NA, T> cumprod(const VectorBase<INTSXP, NA, T>& t) { |
| 60 | return sugar::Cumprod<INTSXP, NA, T>(t); |
| 61 | } |
| 62 | |
| 63 | template <bool NA, typename T> |
| 64 | inline sugar::Cumprod<REALSXP, NA, T> cumprod(const VectorBase<REALSXP, NA, T>& t) { |
no outgoing calls
no test coverage detected