Convert an ndarray buffer to a generic array.
Multidimensional arrays.
Create a zero-filled generic array.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Generate a stride array from an array shape.
Convert an ndarray-like object to an object likely to have the same "shape".
Return the alignment (in bytes) for an underlying array data type.
Base multidimensional array.
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.
Given a stride array, determine array iteration order.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Return an object mapping supported data type strings to data type objects.
List of ndarray data type strings.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Return the number of elements in an array.
Generate string from a token array by interpolating values.
Tokenize a string into an array of string parts and format identifier objects.
Broadcast an ndarray to a specified shape.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Resolve a loop block size for multi-dimensional array tiled loops.
Create a filled generic array.
Return the number of bytes per element for a provided underlying ndarray data type.
Test if an input value is a supported ndarray data type.