Convert an ndarray buffer to a generic array.
Return the stride along a specified dimension for a provided ndarray.
Return the flags of a provided ndarray.
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Converts an ndarray into an array-of-arrays
Return the data type of a provided ndarray.
No description provided.
Simple tools for creating interoperable CJS & ESM packages.
Create a contiguous linear ndarray data buffer.
Wrap an index on the interval [0,max].
FFT for ndarrays
Test if an input value is a supported ndarray floating-point data type.
Resolve the output data type from a list of input ndarray data types.
Test if an input value is a supported ndarray real-valued data type.
pack node-style source files from a json stream into a browser bundle
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Test if an input value is a supported ndarray boolean index data type.
Return a specified flag for a provided ndarray.
Resolve a list of data type strings.
Resolve the data type that results from applying promotion rules to a provided list of data types.
Applies a homograph to an ndarray
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
High Performance lz4 wasm implementation
A packing algorithm for 2D bin packing. Largely based on code and a blog post by Jake Gordon.