Return the stride along a specified dimension for a provided ndarray.
Test whether every element in an ndarray is truthy.
Resolve the output ndarray data type for a ternary function.
List of ndarray data type single letter character abbreviations.
Broadcast an input ndarray to a target shape while keeping a list of specified dimensions unchanged.
Hash table backed sparse ndarray
FFT for ndarrays
[](https://www.npmjs.com/package/zarrita) [](https://github.com/manzt/zarrita.js/raw/main/LICENSE)
Return a new ndarray where the order of elements along the last dimension of an input ndarray is reversed.
Generic contour extraction library for surface nets/dual contouring
Compute the cumulative maximum value of a one-dimensional ndarray.
Concatenate a list of ndarrays along a specified ndarray dimension.
Perform a reduction over a list of specified dimensions in an input ndarray according to a callback function and assign results to a provided output ndarray.
Return the next larger ndarray data type of the same kind.
Constructor for performing a reduction on an input ndarray according to a callback function.
Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.
Extracts an image RGBA pixels as a ndarray
Determine whether a scalar value can be safely cast or, for floating-point data types, downcast to specified ndarray data type.
Fill a one-dimensional double-precision floating-point ndarray with linearly spaced values over a specified interval.
Multidimensional array constructor.
Return a string created by joining one-dimensional ndarray elements using a specified separator.
Compute the cumulative sum of a one-dimensional ndarray using ordinary recursive summation.
Updates a canvas RGBA pixels from an ndarray
Fill a one-dimensional single-precision floating-point ndarray with linearly spaced values over a specified interval.