Typed array pool.
-
Updated
Dec 30, 2024 - JavaScript
10000
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.
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
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.
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.
Create a filled array.
Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.
Convert each element in a single-precision floating-point strided array from degrees to radians.
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.
Add one or more elements to the beginning of a collection.
Create a zero-filled array having a specified length.
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."