Return the enumeration constant associated with an ndarray data type string.
List of ndarray data type strings.
Return the number of ndarray dimensions.
Return the underlying data buffer of a provided ndarray.
Return an object mapping supported data type strings to enumeration constants.
Test whether an input value is the string representing column-major order.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Return the description for a provided data type.
List of ndarray index modes.
Generate a stride array from an array shape.
Return the number of ndarray dimensions.
Test if an input value is an ndarray order.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Return the shape of a provided ndarray.
Saves an ndarray as an image to a file
Return the underlying data buffer of a provided ndarray.
Test if an input value is a supported ndarray index mode.
Useful for extracting only the part of a route between two distances.
Determine the order of a multidimensional array based on a provided stride array.
Return the number of elements in an array.
Return the layout order of a provided ndarray.
Determine if a buffer length is compatible with provided ndarray meta data.
Convert an ndarray-like object to an object likely to have the same "shape".
ndarray data buffer constructors.