edbennett / performant-numpy

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

Explain maths of `einsum` in more detail #17

Open edbennett opened 10 months ago

edbennett commented 10 months ago

A whiteboard description of how you go from the maths to the implemented einsum code is useful.