Return the data type of a provided ndarray.
Convert an ndarray buffer to a generic array.
Return the number of bytes per element for a provided underlying ndarray data type.
Given a stride array, determine array iteration order.
Test if an input value is a supported ndarray data type.
Create a contiguous linear ndarray data buffer.
Return a specified flag for a provided ndarray.
Return the data type string associated with a supported ndarray data type value.
Return the stride along a specified dimension for a provided ndarray.
Resolve a list of data type strings.
Return the enumeration constant associated with a supported ndarray data type value.
Return the underlying data buffer of a provided ndarray.
Return the flags of a provided ndarray.
Wrap an index on the interval [0,max].
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
ndarray data buffer constructors.
Test if an input value is an ndarray order.
Assign elements in an input ndarray to elements in an output ndarray.
Resolve the data type that results from applying promotion rules to a provided list of data types.
Test if an input value is an ndarray data type object.
Test if an input value is a supported ndarray index mode.
Convert a linear index to an array of subscripts.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.