Assign elements in an input ndarray to elements in an output ndarray.
Return the number of ndarray dimensions.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Determine if a buffer length is compatible with provided ndarray meta data.
Round a double-precision floating-point number toward zero.
Return the layout order of a provided ndarray.
Wrap an index on the interval [0,max].
Return the data type of a provided ndarray.
ndarray data buffer constructors.
Test if an input value is a supported ndarray complex-valued floating-point data type.
Return the data type of an ndarray data buffer.
Convert an ndarray to a generic array.
Return the stride along a specified dimension for a provided ndarray.
Test if an input value is a supported built-in ndarray data type string.
Float64Array.
Create a contiguous linear ndarray data buffer.
Resolve a loop block size for multi-dimensional array tiled loops.
Multidimensional array constructor.
Test if an array-like object supports the accessor (get/set) protocol.
Uint8Array.
Return an index given an index mode.
Test if an input value is a supported ndarray floating-point data type.
Convert a linear index to an array of subscripts.
Given a stride array, determine whether an array is row-major.