Return the enumeration constant associated with an ndarray data type string.
Return an object mapping supported data type strings to enumeration constants.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Return the underlying data buffer of a provided ndarray.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Determine if an ndarray data type can be safely cast to another ndarray data type.
Test if an input value is an ndarray order.
Normalize an index to the interval [0,max].
Generate a stride array from an array shape.
Test if an input value is a supported ndarray index mode.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Given a stride array, determine array iteration order.
Determine if a buffer length is compatible with provided ndarray meta data.
Return the number of elements in an array.
Determine the order of a multidimensional array based on a provided stride array.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Return the layout order of a provided ndarray.
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.
Convert an ndarray buffer to a generic array.
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.