Typed array pool.
-
Updated
Jul 17, 2024 - JavaScript
Typed array pool.
Add elements from one collection to the beginning of another collection.
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.
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
Compute the cube root of each element in a single-precision floating-point strided array.
Create a filled array.
Create a zero-filled array 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.
Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.
Compute the squared absolute value 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.
Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.
Create an array filled with ones and having a specified length.
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."