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 if and only if the specified shape differs from the provided ndarray's shape.
Multidimensional arrays.
Broadcast an ndarray to a specified shape.
Broadcast a scalar value to an ndarray having a specified shape.
Create a zero-filled generic array.
Multidimensional array constructor.
Generate a stride array from an array shape.
Convert an ndarray buffer to a generic array.
Base multidimensional array.
Convert an ndarray to a generic array.
Determine the order of a multidimensional array based on a provided stride array.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Return the alignment (in bytes) for an underlying array data type.
Return the single letter character abbreviation for an underlying array data type.
List of ndarray data types.
List of ndarray orders.
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.
Return the number of elements in an array.
Convert an ndarray-like object to an object likely to have the same "shape".
List of ndarray data type strings.
List of ndarray index modes.
Multidimensional Arrays