Given a stride array, determine array iteration order.
Wrap an index on the interval [0,max].
Return the layout order of a provided ndarray.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Restrict an index to the interval [0,max].
ndarray data buffer constructors.
Return the data type of a provided ndarray.
Test if an input value is a supported ndarray complex-valued floating-point data type.
Return the stride along a specified dimension for a provided ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Test if an input value is a supported built-in ndarray data type string.
Create a contiguous linear ndarray data buffer.
TypeScript definitions for ndarray
Return an index given an index mode.
Create a zero-filled ndarray having a specified shape and data type.
Gamma distribution cumulative distribution function (CDF).
Reorder ndarray dimensions and associated strides for loop interchange.
Test if an input value is a supported ndarray real-valued data type.
Return the flags of a provided ndarray.
Resolve the output data type from a list of input ndarray data types.
Return a specified flag for a provided ndarray.
Assign elements in an input ndarray to elements in an output ndarray.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.