#ifndef PYTHONIC_INCLUDE_NUMPY_CUMPRODUCT_HPP #define PYTHONIC_INCLUDE_NUMPY_CUMPRODUCT_HPP #include "pythonic/include/numpy/cumprod.hpp" PYTHONIC_NS_BEGIN namespace numpy { USING_FUNCTOR(cumproduct, cumprod); } PYTHONIC_NS_END #endif