Resolve a loop block size for multi-dimensional array tiled loops.
Test if a value is a complex number-like object.
Test whether an input value is the string representing row-major order.
Apply a binary callback to elements in input ndarrays and assign results to elements in an output ndarray.
Create a zero-filled ndarray having a specified shape and data type.
Convert a linear index to an array of subscripts.
Reorder ndarray dimensions and associated strides for loop interchange.
Create an uninitialized ndarray having a specified shape and data type.
Convert a scalar value to a zero-dimensional ndarray.
Return the data type of an ndarray data buffer.
Common operations for ndarray arrays
Random numbers.
Test if a value is a 1-dimensional ndarray-like object.
Return a data type from a string representing the type
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Multidimensional arrays.
Convert an ndarray-like object to a scalar value.
Create an uninitialized ndarray having a specified shape and data type.
Convert an ndarray-like object to an ndarray.
Test if an input value is a supported ndarray casting mode.
Resize an ndarray with Lanczos resampling
Initialize an ndarray with zeros
Convert a scalar value to a zero-dimensional ndarray having the same data type as a provided ndarray.
Given a stride array, determine whether an array is row-major.