Return a copy of an input ndarray where all dimensions of the input ndarray are flattened starting from a specified dimension.
Multidimensional arrays.
Test if an input value is an ndarray data type object.
Return the single letter character abbreviation for an underlying array data type.
List of ndarray orders.
Return an object mapping supported data type strings to enumeration constants.
Return the enumeration constant associated with an ndarray data type string.
Return an object mapping supported data type strings to data type objects.
Generate a stride array from an array shape.
Return the underlying data buffer of a provided ndarray.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Return the number of ndarray dimensions.
Return the number of bytes per element for a provided underlying ndarray data type.
Determine if an ndarray data type can be safely cast to another ndarray data type.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Test if an input value is a supported ndarray data type.
Flatten nested arrays
Test if an input value is a supported built-in ndarray data type string.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
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.
List of ndarray data types.
Return the enumeration constant associated with a supported ndarray data type value.
Base multidimensional array.