Typed array pool.
-
Updated
Dec 30, 2024 - JavaScript
Typed array pool.
Detect native Float32Array support.
Add one or more elements to the end of a collection.
Add elements from one collection to the end of another collection.
Add elements from one collection to the beginning of another collection.
Create an array filled with ones and having a specified length.
Compute the cube root of each element in a single-precision floating-point strided array.
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
Compute the squared absolute value 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.
Convert each element in a single-precision floating-point strided array from degrees to radians.
Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.
Create a filled array.
Round each element in a single-precision floating-point strided array toward positive infinity.
Create an array filled with ones and having the same length and data type as a provided array.
Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.
Add one or more elements to the beginning of a collection.
Add a description, image, and links to the float32array topic page so that developers can more easily learn about it.
To associate your repository with the float32array topic, visit your repo's landing page and select "manage topics."