Concept Flow - ndarray as the core data structure
Create ndarray
Store data in contiguous memory
Access elements by index
Perform operations element-wise
Return new ndarray or modify in-place
This flow shows how an ndarray is created, stores data, allows element access, and supports element-wise operations.