Convert an ndarray buffer to a generic array.
Return an object mapping supported data type strings to enumeration constants.
Determine if an ndarray data type can be safely cast to another ndarray data type.
Return the enumeration constant associated with an ndarray data type string.
Convert an ndarray to a generic array.
Return the layout order of a provided ndarray.
Test if an input value is a supported ndarray index mode.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.
Test if an input value is an ndarray order.
Return the underlying data buffer of a provided ndarray.
Generate a stride array from an array shape.
Return the shape of a provided ndarray.
Test whether an input value is the string representing column-major order.
Return the number of elements in an array.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Given a stride array, determine array iteration order.
Determine the order of a multidimensional array based on a provided stride array.
Test if an input value is a supported ndarray real-valued data type.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
ndarray data buffer constructors.
Return the number of ndarray dimensions.
Return the real component of a single-precision complex floating-point number.
Return the strides of a provided ndarray.
Test if an input value is a supported ndarray complex-valued floating-point data type.