List of ndarray casting modes.
Create a contiguous linear ndarray data buffer.
Resolve a loop block size for multi-dimensional array tiled loops.
Wrap an index on the interval [0,max].
Converts an ndarray into an array-of-arrays
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Test if an input value is a supported ndarray real-valued data type.
Resolve the output data type from a list of input ndarray data types.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
FFT for ndarrays
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Return a specified flag for a provided ndarray.
Return an index given an index mode.
Applies a homograph to an ndarray
TypeScript definitions for get-pixels
Reorder ndarray dimensions and associated strides for loop interchange.
Assign elements in an input ndarray to elements in an output ndarray.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Test if an input value is a supported ndarray integer data type.
Broadcast an ndarray to a specified shape.
Secure random numbers of any size in any base
Generic contour extraction library for surface nets/dual contouring
Finds all zero crossings in a 1D ndarray