Convert an ndarray-like object to an ndarray.
Create an uninitialized ndarray having a specified shape and data type.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Matrix multiplication for ndarrays
Test if an input value is a supported ndarray casting mode.
Multidimensional arrays.
Resolve the output ndarray data type for a unary function.
TypeScript definitions for ndarray-scratch
Component-wise operations on ndarrays
Frame buffer object wrapper for WebGL
ndarray image warping
Return a list of unique indices after normalizing to the interval [0,max].
List of input ndarray casting policies.
Return a view of an input ndarray.
Given a stride array, determine whether an array is row-major.
Test if an input value is a supported input ndarray casting policy.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Create a vector (i.e., a one-dimensional ndarray).
Resolve a list of data type enumeration constants.
Reorder ndarray dimensions and associated strides for loop interchange.
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.
Convert a scalar value to a zero-dimensional ndarray.
Apply a callback to elements in an input ndarray and assign results to elements in an output ndarray.