Saves an ndarray as an image to a file
Test if an input value is a supported ndarray real-valued floating-point data type.
Reorder ndarray dimensions and associated strides for loop interchange.
Convert a scalar value to a zero-dimensional ndarray.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Return a read-only view of an input ndarray.
Resolve the input ndarray casting data type for a unary function.
Fill an input ndarray according to a callback function.
Saves an ndarray as an image to a file
Computes a prefix sum of an ndarray
Apply a unary callback to elements in an input ndarray and assign results to elements in an output ndarray.
Create a function for performing a reduction on a provided ndarray.
Test if an input value is a supported input ndarray casting policy.
Fill an input ndarray according to a callback function.
Pooled memory for ndarrays
Constructor for performing a reduction on an input ndarray.
Reads the pixels of an image as an ndarray
display an ndarray
invert a 2d matrix using Gaussian elimination
Convert a scalar value to a zero-dimensional ndarray having the same data type as a provided ndarray.
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.
Fill an input ndarray with a specified value.
Reads the pixels of an image as an ndarray
Create a zero-filled ndarray having a specified shape and data type.