Create a zero-filled ndarray having the same shape and data type as a provided ndarray.
Create a zero-filled generic array.
Return the strides of a provided ndarray.
Return the shape of a provided ndarray.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Return the layout order of a provided ndarray.
Return the strides of a provided ndarray.
Return the underlying data buffer of a provided ndarray.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Create a zero-filled ndarray having a specified shape and data type.
Return the number of ndarray dimensions.
Return the shape of a provided ndarray.
Return the number of ndarray dimensions.
Return the underlying data buffer of a provided ndarray.
Return the data type of a provided ndarray.
Return the layout order of a provided ndarray.
Return the stride along a specified dimension for a provided ndarray.
Return the data type of a provided ndarray.
Return the flags of a provided ndarray.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Return a specified flag for a provided ndarray.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Multidimensional arrays.
Test if a value is ndarray-like.