Return the data type of an ndarray data buffer.
Multidimensional arrays.
Base multidimensional array.
Create a contiguous linear ndarray data buffer.
Return an object mapping supported data type strings to data type objects.
ndarray data buffer constructors.
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.
Return a data type from a string representing the type
Return the enumeration constant associated with a supported ndarray data type value.
Return the description for a provided data type.
Return the single letter character abbreviation for an underlying array data type.
Return the alignment (in bytes) for an underlying array data type.
Return the enumeration constant associated with an ndarray data type string.
List of ndarray data type strings.
Return the data type enumeration constant of an ndarray data buffer.
Multidimensional array constructor.
Return an object mapping supported data type strings to enumeration constants.
Return the data type of a provided ndarray.
Return the number of bytes per element for a provided underlying ndarray data type.
Resolve the output data type from a list of input ndarray data types.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Broadcast a scalar value to an ndarray having a specified shape.
Return the underlying data buffer of a provided ndarray.