Multidimensional arrays.
List of ndarray data types.
Multidimensional array constructor.
List of ndarray orders.
Return an object mapping supported data type strings to data type objects.
Return the strides of a provided ndarray.
Return the layout order of a provided ndarray.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Default ndarray settings.
Return the shape of a provided ndarray.
Convert an ndarray-like object to an object likely to have the same "shape".
Return the number of ndarray dimensions.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Base multidimensional array.
List of ndarray index modes.
Return the shape of a provided ndarray.
Return the strides of a provided ndarray.
Generate a stride array from an array shape.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Determine the order of a multidimensional array based on a provided stride array.
Restrict an index to the interval [0,max].
Return the data type of a provided ndarray.
Return the number of elements in an array.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast.