Sort a one-dimensional double-precision floating-point ndarray using Shellsort.
Create a function for performing a reduction on a provided ndarray according to a callback function.
Broadcast an input ndarray to a target shape while keeping a list of specified dimensions unchanged.
Count the number of falsy elements in an ndarray.
Return a string created by joining one-dimensional ndarray elements using a specified separator.
Compute the sum along one or more ndarray dimensions.
Return a new ndarray where the order of elements along the last dimension of an input ndarray is reversed.
Compute the range of a one-dimensional ndarray.
Return a new ndarray where the order of elements of an input ndarray is reversed along each dimension.
Constructor for applying a strided function to an input ndarray.
Return a view of an input ndarray in which the order of elements along each dimension is reversed.
Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray.
Compute the cumulative sum of a one-dimensional ndarray using pairwise summation.
Create a function for applying a strided function to a provided ndarray.
Return a new ndarray where the order of elements along the second-to-last dimension of an input ndarray is reversed.
Extracts an image RGBA pixels as a ndarray
Sort a one-dimensional double-precision floating-point ndarray using insertion sort.
Compute the sum of a one-dimensional ndarray, ignoring `NaN` values.
Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.
Create a zero-filled ndarray having the same shape and data type as a provided ndarray.
Copy an input ndarray to a new ndarray having the same shape and data type.
Updates a canvas RGBA pixels from an ndarray
Apply a unary function to each element retrieved from a input ndarray according to a callback function and assign results to elements in an output ndarray.
Compute the maximum value of a one-dimensional double-precision floating-point ndarray.