Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Return a specified flag for a provided ndarray.
Test if an input value is a supported ndarray floating-point data type.
Test if an input value is a supported ndarray boolean index data type.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Broadcast an ndarray to a specified shape.
Resolve a list of data type strings.
TypeScript definitions for get-pixels
Resolve the data type that results from applying promotion rules to a provided list of data types.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Assign elements in an input ndarray to elements in an output ndarray.
Reorder ndarray dimensions and associated strides for loop interchange.
Test if an input value is a supported ndarray boolean data type.
Return an index given an index mode.
Test if an input value is a supported ndarray unsigned integer data type.
Finds all zero crossings in a 1D ndarray
Generic contour extraction library for surface nets/dual contouring
Test if an input value is a supported ndarray integer data type.
Resolve a loop block size for multi-dimensional array tiled loops.
Test if an ndarray is read-only.
Test whether two values are equal data types.
Broadcast a scalar value to an ndarray having a specified shape.
Return the data type of an ndarray data buffer.
Test if an input value is a supported ndarray mask index data type.