Initialize an ndarray with zeros
Convert a linear index to an array of subscripts.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Test if an input value is a supported ndarray casting mode.
Convert an ndarray-like object to a scalar value.
Matrix multiplication for ndarrays
Resolve the output ndarray data type for a unary function.
TypeScript definitions for ndarray-scratch
Multidimensional arrays.
Return a list of unique indices after normalizing to the interval [0,max].
Component-wise operations on ndarrays
Return a view of an input ndarray.
List of input ndarray casting policies.
Given a stride array, determine whether an array is row-major.
ndarray image warping
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Test if an input value is a supported input ndarray casting policy.
Resolve a list of data type enumeration constants.
Resolve the input ndarray casting data type for a unary function.
Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.
Reorder ndarray dimensions and associated strides for loop interchange.
Create a vector (i.e., a one-dimensional ndarray).
Convert a scalar value to a zero-dimensional ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.