Generate a stride array from an array shape.
Test if an array contains a provided search value.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Normalize an index to the interval [0,max].
Detect native generator function support.
Return the number of ndarray dimensions.
Given a stride array, determine array iteration order.
Test if a finite double-precision floating-point number is a positive integer.
Test if an input value is a supported input ndarray casting policy.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Return the number of elements in an array.
Determine the order of a multidimensional array based on a provided stride array.
Wrap an index on the interval [0,max].
Return the layout order of a provided ndarray.
Return the data type of a provided ndarray.
ndarray data buffer constructors.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Convert an ndarray buffer to a generic array.
Return the stride along a specified dimension for a provided ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Define a read-only property.
Create a contiguous linear ndarray data buffer.
Standard assertion utilities.
Test if a double-precision floating-point number is a probability.