Flatten a shape to a specified depth.
Flatten a shape starting from a specified dimension.
Return the shape of a provided ndarray.
Base multidimensional array.
Generate a stride array from an array shape.
Multidimensional arrays.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Determine if a buffer length is compatible with provided ndarray meta data.
Return the number of elements in an array.
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.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Reorder ndarray dimensions and associated strides for loop interchange.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Broadcast an ndarray to a specified shape.
Broadcast a scalar value to an ndarray having a specified shape.
Convert an ndarray-like object to an object likely to have the same "shape".
Return the shape of a provided ndarray.
Reorder ndarray dimensions and associated strides for loop interchange.
Multidimensional array constructor.
Reorder ndarray dimensions and associated strides for loop interchange.
Convert a linear index to an array of subscripts.
Test if an input value is a supported ndarray data type.
Return the number of bytes per element for a provided underlying ndarray data type.