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.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Test if an input value is a supported ndarray real-valued data type.
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Return an index given an index mode.
Convert an unsigned 32-bit integer to a signed 32-bit integer.
Return the flags of a provided ndarray.
Resolve a list of data type enumeration constants.
Multidimensional Arrays
Return a specified flag for a provided ndarray.
Compute sin(πx).
Broadcast an ndarray to a specified shape.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Resolve the output data type from a list of input ndarray data types.
Reorder ndarray dimensions and associated strides for loop interchange.
Test if an input value is a supported ndarray unsigned integer data type.
Test if an input value is a supported ndarray boolean data type.
Create a single-precision complex floating-point vector (i.e., a one-dimensional ndarray).
Test if an ndarray is read-only.
List of output ndarray data type policies.
Create a double-precision complex floating-point vector (i.e., a one-dimensional ndarray).
Test whether two values are equal data types.