#ifndef PYTHONIC_NUMPY_MINIMUM_REDUCE_HPP #define PYTHONIC_NUMPY_MINIMUM_REDUCE_HPP #define UFUNC_NAME minimum #define UFUNC_INAME imin #include "pythonic/include/numpy/minimum/reduce.hpp" #include "pythonic/numpy/ufunc_reduce.hpp" #undef UFUNC_NAME #undef UFUNC_INAME #endif