Base ndarray.
Base multidimensional array.
Return the strides of a provided ndarray.
Generate a stride array from an array shape.
Return the single letter character abbreviation for an underlying array data type.
Determine the order of a multidimensional array based on a provided stride array.
Return the number of elements in an array.
Return the enumeration constant associated with an ndarray data type string.
Return an object mapping supported data type strings to enumeration constants.
Return an object mapping supported data type strings to data type objects.
Return the description for a provided data type.
Return the alignment (in bytes) for an underlying array data type.
Return the shape of a provided ndarray.
Return the layout order of a provided ndarray.
Return the underlying data buffer of a provided ndarray.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Convert an ndarray-like object to an object likely to have the same "shape".
Normalize an index to the interval [0,max].
Convert a linear index in an array view to a linear index in an underlying data buffer.
Return the number of bytes per element for a provided underlying ndarray data type.
Given a stride array, determine array iteration order.
Return the data type string associated with an ndarray data type enumeration constant.
Return the number of ndarray dimensions.
Return the enumeration constant associated with a supported ndarray data type value.