Create a zero-filled generic array.
Return the shape defined by the dimensions which are not included in a list of dimensions.
Compute the dot product of two one-dimensional single-precision floating-point ndarrays.
Compute the dot product of two one-dimensional ndarrays.
Create a function for performing a reduction on a provided ndarray according to a callback function.
Compute the dot product of two one-dimensional double-precision floating-point ndarrays.
Lp distance between ndarrays
Broadcast an ndarray to a specified shape.
Fill a one-dimensional double-precision floating-point ndarray with linearly spaced values over a specified interval.
Constructor for performing a reduction on an input ndarray according to a callback function.
Broadcast an input ndarray to a target shape while keeping a list of specified dimensions unchanged.
Sort a one-dimensional double-precision floating-point ndarray using heapsort.
Given a stride array, determine whether an array is column-major.
Test if a value is a 1-dimensional ndarray-like object.
Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.
Return the C data type associated with a provided data type value.
Fill a one-dimensional single-precision floating-point ndarray with linearly spaced values over a specified interval.
Apply a unary callback to elements in an input ndarray and assign results to elements in an output ndarray.
Perform a reduction over a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
Test if a value is a 2-dimensional ndarray-like object having equal dimensions.
Blazing-fast pixel-by-pixel image comparison with block-based optimization. 1.5x times faster than pixelmatch
Broadcast array shapes to a single shape.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
TypeScript definitions for cwise-compiler