Return the strides of a provided ndarray.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Multidimensional arrays.
Base multidimensional array.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Determine if a buffer length is compatible with provided ndarray meta data.
Determine the order of a multidimensional array based on a provided stride array.
Given a stride array, determine array iteration order.
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 strides of a provided ndarray.
Generate a stride array from an array shape.
Reorder ndarray dimensions and associated strides for loop interchange.
Reorder ndarray dimensions and associated strides for loop interchange.
Multidimensional array constructor.
Convert a linear index to an array of subscripts.
Reorder ndarray dimensions and associated strides for loop interchange.
Given a stride array, determine whether an array is row-major.
Return an object mapping supported data type strings to data type objects.
Apply a nullary callback and assign results to elements in a strided output array.
Reorder ndarray dimensions and associated strides for loop interchange.
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.