Convert an ndarray-like object to an object likely to have the same "shape".
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Determine if an ndarray data type can be safely cast to another ndarray data type.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Normalize an index to the interval [0,max].
Test if an input value is an ndarray order.
Generate a stride array from an array shape.
Test if an input value is a supported ndarray index mode.
Return the number of ndarray dimensions.
Given a stride array, determine array iteration order.
Return the number of elements in an array.
Test if an input value is a supported ndarray complex-valued floating-point data type.
Determine the order of a multidimensional array based on a provided stride array.
ndarray data buffer constructors.
Return the data type of a provided ndarray.
Return the layout order of a provided ndarray.
Wrap an index on the interval [0,max].
Test if an input value is a supported built-in ndarray data type string.
Create a contiguous linear ndarray data buffer.
Convert an ndarray buffer to a generic array.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.