Return the enumeration constant associated with an ndarray data type string.
Return an object mapping supported data type strings to enumeration constants.
Test whether an input value is the string representing row-major order.
Convert a linear index to an array of subscripts.
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.
Determine if an ndarray data type can be safely cast to another ndarray data type.
Normalize an index to the interval [0,max].
Test if an input value is a supported ndarray index mode.
Return the number of ndarray dimensions.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Determine if a buffer length is compatible with provided ndarray meta data.
Return the number of elements in an array.
Set the less significant 32 bits of a double-precision floating-point number.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Wrap an index on the interval [0,max].
Return the data type of a provided ndarray.
ndarray data buffer constructors.
Test if an input value is a supported ndarray complex-valued floating-point data type.
Return the stride along a specified dimension for a provided ndarray.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Set the more significant 32 bits of a double-precision floating-point number.
Create an uninitialized ndarray having a specified shape and data type.
Test if an input value is a supported built-in ndarray data type string.