#ifndef PYTHONIC_NUMPY_MINIMUM_ACCUMULATE_HPP #define PYTHONIC_NUMPY_MINIMUM_ACCUMULATE_HPP #define UFUNC_NAME minimum #include "pythonic/numpy/ufunc_accumulate.hpp" #endif