Determine (nested) array dimensions.
Convert an array-like object to an object likely to have the same "shape".
Float32Array.
Return a function which tests if every element in an array passes a test condition.
Float64Array.
Uint8Array.
Test if a value is an array.
Uint32Array.
Uint16Array.
Multidimensional arrays.
Buffer.
Generate a stride array from an array shape.
Apply a nullary callback and assign results to elements in a strided output array.
Create a zero-filled generic array.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Convert an ndarray buffer to a generic array.
Create a filled generic array.
Generate string from a token array by interpolating values.
Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.
Maximum length for a typed array.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Broadcast an ndarray to a specified shape.
Base multidimensional array.