There are 0 repository under float32array topic.
Typed array pool.
Detect native Float32Array support.
Add elements from one collection to the end of another collection.
Add elements from one collection to the beginning of another collection.
Add one or more elements to the end of a collection.
Create a filled array.
Create an array filled with ones and having a specified length.
Create an array filled with ones and having the same length and data type as a provided array.
Create a zero-filled array having a specified length.
Create a zero-filled array having the same length and data type as a provided array.
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
Add a constant to each element in a single-precision floating-point strided array.
Reverse a single-precision floating-point strided array in-place.
Compute the squared absolute value for each element in a single-precision floating-point strided array.
Compute the cube root of each element in a single-precision floating-point strided array.
Round each element in a single-precision floating-point strided array toward positive infinity.
Convert each element in a single-precision floating-point strided array from degrees to radians.
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.
Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.
Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.
Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.
Compute the principal square root for each element in a single-precision floating-point strided array.
Round each element in a single-precision floating-point strided array toward zero.
Add one or more elements to the beginning of a collection.
Float32Array having a specified byte order.
Float32Array in little-endian byte order.
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
Compute the sum of absolute values.
Copy values from `x` into `y`.
Compute the dot product of `x` and `y`.
Apply a plane rotation.
Set the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values.
Convert a matrix from row-major layout to column-major layout or vice versa.