Return a shifted view of an input ndarray along a specific dimension.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Multidimensional arrays.
Return the stride along a specified dimension for a provided ndarray.
Return an object mapping supported data type strings to data type objects.
Return a view of an input ndarray.
Generate a stride array from an array shape.
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.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Return the data type string associated with a supported ndarray data type value.
Return the data type string associated with an ndarray data type enumeration constant.
Create a zero-filled generic array.
Determine if an ndarray data type can be safely cast to another ndarray data type.
Test if an input value is an ndarray data type object.
Return the enumeration constant associated with a supported ndarray data type value.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Convert an ndarray-like object to an object likely to have the same "shape".
Restrict an index to the interval [0,max].
Return the number of elements in an array.
Determine the order of a multidimensional array based on a provided stride array.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Base multidimensional array.