blob: 5b39a4ecea4017651082b4825575b2785ef6c706 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef PYTHONIC_INCLUDE_NUMPY_ADD_REDUCE_HPP
#define PYTHONIC_INCLUDE_NUMPY_ADD_REDUCE_HPP
#define UFUNC_NAME add
#define UFUNC_INAME iadd
#include "pythonic/include/numpy/ufunc_reduce.hpp"
#undef UFUNC_NAME
#undef UFUNC_INAME
#endif
|