Universal functions (ufunc), NumPy Developers, 2024 - Describes the architecture and usage of NumPy's Universal Functions, covering element-wise operations and their performance characteristics.
The N-dimensional array (ndarray), NumPy Developers, 2024 - Introduces the core N-dimensional array object, detailing its structure and basic arithmetic capabilities.