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