Broadcast an ndarray to a specified shape.
Multidimensional arrays.
Broadcast an ndarray to a specified shape.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Broadcast a scalar value to an ndarray having a specified shape.
Create a zero-filled generic array.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Convert an ndarray-like object to an object likely to have the same "shape".
Generate a stride array from an array shape.
Convert an ndarray buffer to a generic array.
Convert an ndarray to a generic array.
Base multidimensional array.
Multidimensional array constructor.
Return the alignment (in bytes) for an underlying array data type.
Determine the order of a multidimensional array based on a provided stride array.
Return the single letter character abbreviation for an underlying array data type.
List of ndarray orders.
Given a stride array, determine array iteration order.
Float64Array.
Uint8Array.
List of ndarray data types.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Multidimensional Arrays