Generate a stride array from an array shape.
Return the stride along a specified dimension for a provided ndarray.
Return the data type of a provided ndarray.
Split Cypress specs across parallel CI machines for speed
Determine if a buffer length is compatible with provided ndarray meta data.
ndarray data buffer constructors.
Determine the order of a multidimensional array based on a provided stride array.
The official TypeScript library for the Parallel API
Convert an ndarray to a generic array.
Default ndarray settings.
Return the number of elements in an array.
Create a contiguous linear ndarray data buffer.
Return the strides of a provided ndarray.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Test if an input value is a supported built-in ndarray data type string.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Test if an input value is a supported ndarray complex-valued floating-point data type.
Normalize an index to the interval [0,max].
Given a stride array, determine array iteration order.
Resolve a loop block size for multi-dimensional array tiled loops.
Get CI environment variables for parallelizing builds
Return the number of ndarray dimensions.
List of ndarray casting modes.
Return the flags of a provided ndarray.