What does NumPy broadcasting enable?
Element-wise operations on compatible arrays of different shapes without explicit Python loops
Automatic storage of numeric arrays in compressed files
Automatic conversion of every array into a nested Python list
Element-wise operations on any two shapes without compatibility rules