Create a filled generic array.
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.
Test if an input value is an ndarray data type object.
Return the enumeration constant associated with a supported ndarray data type value.
Reorder ndarray dimensions and associated strides for loop interchange.
Restrict an index to the interval [0,max].
Test if an ndarray is read-only.
List of ndarray orders.
Return the strides of a provided ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Return the description for a provided data type.
Return the shape of a provided ndarray.
Test whether an input value is the string representing column-major order.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Return the enumeration constant associated with an ndarray data type string.
Return an object mapping supported data type strings to enumeration constants.
Return the underlying data buffer of a provided ndarray.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Determine if an ndarray data type can be safely cast to another ndarray data type.
Split a double-precision floating-point number into a higher order word and a lower order word.
Test if an input value is an ndarray order.
Normalize an index to the interval [0,max].
Test if an input value is a supported ndarray index mode.