Return the underlying data buffer of a provided ndarray.
Return the shape of a provided ndarray.
Generate a stride array from an array shape.
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.
Reinterpret a Complex128Array as a Float64Array.
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 strides of a provided ndarray.
Test if an input value is a supported ndarray complex-valued floating-point data type.
List of ndarray casting modes.
Return the data type of a provided ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Return a specified flag for a provided ndarray.
Return the number of ndarray dimensions.
Test if an input value is a supported built-in ndarray data type string.
Create a zero-filled generic array.
Test if an input value is a supported ndarray floating-point data type.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.