Create a single-precision complex floating-point vector (i.e., a one-dimensional ndarray).
Compute the sum of all elements in a one-dimensional double-precision floating-point ndarray.
Determine the minimum ndarray data type for storing a provided signed integer value.
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray.
TypeScript definitions for numjs
Compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray.
Determine the minimum ndarray data type of the closest kind necessary for storing a provided scalar value.
Create a double-precision complex floating-point vector (i.e., a one-dimensional ndarray).
Determine whether a scalar value can be safely cast or, for floating-point data types, downcast to specified ndarray data type.
C API for validating, extracting, and transforming (to native C types) function arguments provided to an ndarray Node-API add-on interface.
Create a zero-filled ndarray having a specified shape and data type.
Compute the sum of all elements in a one-dimensional single-precision complex floating-point ndarray.
Apply a one-dimensional strided array function to a list of specified dimensions in an ndarray.
Repeat an ndarray
Compute the sum of all elements in a one-dimensional ndarray.
Reads the pixels of an image as an ndarray
Test if a value is an ndarray-like object having a specified data type.
Return a read-only view of an input ndarray.
Test if a value is a 2-dimensional ndarray-like object.
Create a double-precision floating-point vector (i.e., a one-dimensional ndarray).
[](https://www.npmjs.com/package/zarrita) [](https://github.com/manzt/zarrita.js/raw/main/LICENSE)
TypeScript definitions for gl-texture2d
Return the next Cartesian index (i.e., set of subscripts/dimension indices).
Create a function for applying a strided function to a provided ndarray.