TypeScript definitions for ndarray-scratch
Test whether an input value is the string representing row-major order.
Convert a linear index to an array of subscripts.
Multidimensional arrays.
Resample using sinc kernels
Initialize an ndarray with zeros
Linear time selection algorithm for ndarrays
Convert an ndarray-like object to a scalar value.
Convert an ndarray-like object to an ndarray.
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.
Resolve the output ndarray data type for a unary function.
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.
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.
Given a stride array, determine whether an array is row-major.
Create a vector (i.e., a one-dimensional ndarray).
Return the number of elements in an ndarray.
Test if an input value is a supported input ndarray casting policy.