Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Multidimensional arrays.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Return the underlying data buffer of a provided ndarray.
Base multidimensional array.
Determine if a buffer length is compatible with provided ndarray meta data.
Restrict an index to the interval [0,max].
ndarray data buffer constructors.
Create a contiguous linear ndarray data buffer.
Normalize an index to the interval [0,max].
Test if an input value is a supported ndarray index mode.
Convert an ndarray buffer to a generic array.
Wrap an index on the interval [0,max].
Return the data type of an ndarray data buffer.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Test if an input value is a supported ndarray boolean index data type.
Return an index given an index mode.
Return the minimum accessible index based on a set of provided strided array parameters.
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.
Multidimensional array constructor.