Multidimensional Arrays
Return a specified flag for a provided ndarray.
Broadcast an ndarray to a specified shape.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Resolve the output data type from a list of input ndarray data types.
Reorder ndarray dimensions and associated strides for loop interchange.
Test if an input value is a supported ndarray boolean data type.
Create a single-precision complex floating-point vector (i.e., a one-dimensional ndarray).
Data type constructor.
Test if an ndarray is read-only.
List of output ndarray data type policies.
Assign elements in an input ndarray to elements in an output ndarray.
Create a double-precision complex floating-point vector (i.e., a one-dimensional ndarray).
Broadcast a scalar value to an ndarray having a specified shape.
Resolve a loop block size for multi-dimensional array tiled loops.
ndarray-pixels
Arrays.
Reorder ndarray dimensions and associated strides for loop interchange.
List of array data types.
Test if an input value is a supported ndarray output data type policy.
Test if an input value is a supported ndarray struct data type.
Create a double-precision floating-point vector (i.e., a one-dimensional ndarray).
TypeScript definitions for ndarray