Concatenate ndarrays by row (along the first dimension)
Add singleton dimensions to an ndarray
Determine the minimum ndarray data type of the closest kind necessary for storing a provided scalar value.
[](https://www.npmjs.com/package/zarrita) [](https://github.com/manzt/zarrita.js/raw/main/LICENSE)
Determine the minimum ndarray data type for storing a provided signed integer value.
Create a double-precision complex floating-point vector (i.e., a one-dimensional ndarray).
Like NumPy, in TypeScript and JavaScript
Create a zero-filled ndarray having a specified shape and data type.
TypeScript definitions for numjs
Determine whether a scalar value can be safely cast or, for floating-point data types, downcast to specified ndarray data type.
Repeat an ndarray
Test if a value is an ndarray-like object having a specified data type.
Create a function for applying a strided function to a provided ndarray.
Return a read-only view of an input ndarray.
Create a single-precision complex floating-point vector (i.e., a one-dimensional ndarray).
Convert a scalar value to a zero-dimensional ndarray having the same data type as a provided ndarray.
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray.
Apply a one-dimensional strided array function to a list of specified dimensions in an ndarray.
Test if a value is a 2-dimensional ndarray-like object.
Compute the sum of all elements in a one-dimensional single-precision complex floating-point ndarray.
Compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray.
Compute the sum of all elements in a one-dimensional double-precision floating-point ndarray.
A well-tested CSS minifier
TypeScript definitions for gl-texture2d