Convert a scalar value to a zero-dimensional ndarray.
Broadcast a scalar value to an ndarray having a specified shape.
Multidimensional arrays.
Convert an ndarray-like object to a scalar value.
Convert a scalar value to a zero-dimensional ndarray.
Return an object mapping supported data type strings to data type objects.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Determine if an ndarray data type can be safely cast to another ndarray data type.
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, or is of the same kind as, another ndarray data type.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Test if an input value is a supported ndarray data type.
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.
Convert an ndarray-like object to an object likely to have the same "shape".
Test if an input value is an ndarray data type object.
List of ndarray data types.
Multidimensional array constructor.
Test if a value is ndarray-like.
Return the enumeration constant associated with a supported ndarray data type value.
Generate a stride array from an array shape.
Restrict an index to the interval [0,max].
Base multidimensional array.