Normalize an index to the interval [0,max].
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Test if an input value is a supported ndarray index mode.
List of ndarray index modes.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Restrict an index to the interval [0,max].
Multidimensional arrays.
Wrap an index on the interval [0,max].
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Test if an input value is a supported ndarray boolean index data type.
Return an index given an index mode.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Return an object mapping supported data type strings to data type objects.
Test if an input value is a supported ndarray integer index data type.
Test if an input value is a supported ndarray mask index data type.
Return the number of bytes per element for a provided underlying ndarray data type.
Test if an input value is a supported ndarray data type.
Return the data type string associated with a supported ndarray data type value.
Return the data type string associated with an ndarray data type enumeration constant.
Create a zero-filled generic array.
Test if an input value is an ndarray data type object.
Return the enumeration constant associated with a supported ndarray data type value.
Base multidimensional array.