Base multidimensional array.
Multidimensional arrays.
Return an object mapping supported data type strings to data type objects.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Return the strides of a provided ndarray.
Convert an ndarray-like object to an object likely to have the same "shape".
Return the shape of a provided ndarray.
Return the underlying data buffer of a provided ndarray.
Return the number of ndarray dimensions.
Multidimensional array constructor.
Return the layout order of a provided ndarray.
ndarray data buffer constructors.
Test if an input value is an ndarray data type object.
Return the data type of a provided ndarray.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Number constructor.
Return the stride along a specified dimension for a provided ndarray.
Return the flags of a provided ndarray.
Return a specified flag for a provided ndarray.
Boolean constructor.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Buffer.
Command-line interface.
Broadcast an ndarray to a specified shape.