Flatten an ndarray according to a callback function starting from a specified dimension.
Multidimensional arrays.
Return an object mapping supported data type strings to data type objects.
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.
Base multidimensional array.
Determine if an ndarray data type can be safely cast to another ndarray data type.
Return the description for a provided data type.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Return the number of bytes per element for a provided underlying ndarray data type.
Return the data type string associated with a supported ndarray data type value.
Test if an input value is an ndarray data type object.
Return the data type string associated with an ndarray data type enumeration constant.
Restrict an index to the interval [0,max].
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Convert an ndarray-like object to an object likely to have the same "shape".
Generate a stride array from an array shape.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Return the enumeration constant associated with a supported ndarray data type value.
Determine if a buffer length is compatible with provided ndarray meta data.
List of ndarray data types.
Return the shape of a provided ndarray.
Normalize an index to the interval [0,max].
Return the alignment (in bytes) for an underlying array data type.