Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Initialize an ndarray with zeros
Assign elements in an input ndarray to elements in an output ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Broadcast an ndarray to a specified shape.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Test if an input value is a supported ndarray unsigned integer data type.
Create a vector (i.e., a one-dimensional ndarray).
Test whether two values are equal data types.
List of ndarray orders.
Test if an ndarray is read-only.
abstract base class for crypto-streams
Test if an input value is a supported ndarray boolean data type.
Determine whether a scalar value can be safely cast or, for floating-point data types, downcast to specified ndarray data type.
Test if an input value is a supported ndarray real-valued floating-point data type.
Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.
Test if an input value is a supported ndarray integer data type.
Convert an ndarray to a generic array.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Test if an input value is a supported ndarray signed integer data type.
Test whether an input value is the string representing row-major order.
Test if an input value is a supported ndarray integer index data type.
Test if an input value is a supported ndarray numeric data type.