Return the layout order of a provided ndarray.
Multidimensional arrays.
Base multidimensional array.
Given a stride array, determine array iteration order.
Test if an input value is an ndarray order.
Split a double-precision floating-point number into a higher order word and a lower order word.
Generate a stride array from an array shape.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Determine the order of a multidimensional array based on a provided stride array.
Test whether an input value is the string representing column-major order.
Create a double-precision floating-point number from a higher order word and a lower order word.
Convert an ndarray buffer to a generic array.
Reorder ndarray dimensions and associated strides for loop interchange.
Return an object mapping supported data type strings to data type objects.
Return the number of bytes per element for a provided underlying ndarray data type.
Broadcast a scalar value to an ndarray having a specified shape.
Test if an input value is a supported ndarray data type.
Reorder ndarray dimensions and associated strides for loop interchange.
Return the data type string associated with a supported ndarray data type value.
Return the data type string associated with an ndarray data type enumeration constant.
Create a zero-filled generic array.
Test if an input value is an ndarray data type object.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
List of ndarray orders.