List of strided array data types.
Strided.
Reinterpret a Complex64Array as a Float32Array.
Reinterpret a Complex128Array as a Float64Array.
List of array data types.
List of ndarray data types.
List of complex number data types.
Determine the index offset which specifies the location of the first indexed value in a strided array.
Reinterpret a BooleanArray as a Uint8Array.
Standard math.
Apply a nullary callback and assign results to elements in a strided output array.
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
Return the data type of an array.
Calculate the arithmetic mean of a strided array.
Resolve a loop block size for multi-dimensional array tiled loops.
Resolve the output data type from a list of input ndarray data types.
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
Calculate the variance of a strided array using a two-pass algorithm.
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Resolve the data type that results from applying promotion rules to a provided list of data types.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast.