blob: 5e6977a899fc3edbe7a58ab26dea948da30ef77e (
plain) (
blame)
1
2
3
4
5
6
7
|
#ifndef PYTHONIC_NUMPY_TRUE_DIVIDE_ACCUMULATE_HPP
#define PYTHONIC_NUMPY_TRUE_DIVIDE_ACCUMULATE_HPP
#define UFUNC_NAME true_divide
#include "pythonic/numpy/ufunc_accumulate.hpp"
#endif
|