edbennett / performant-numpy

A lesson on ways to write Numpy code that is performant
Other
1 stars 2 forks source link

gufuncs can be broadcast #4

Open edbennett opened 4 years ago

edbennett commented 4 years ago

Based on feedback from Iakov, we should make more explicit in the gufuncs section that they can be broadcast across higher-dimensional arrays.