Optimization Attempt for p5.js
-
Updated
Jan 11, 2023 - JavaScript
Optimization Attempt for p5.js
Create a filled array according to a provided callback function.
Multiply a vector `x` by a scalar `alpha`.
Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values.
Multiply a vector `x` by a scalar `alpha`.
Compute the absolute value for each element in a single-precision floating-point strided array.
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
Create an uninitialized array having a specified length.
Compute the cube root of each element in a single-precision floating-point strided array.
Remove and return the first element of a collection.
Circularly shift the elements of a single-precision floating-point strided array by a specified number of positions.
Compute the sum of absolute values.
Test if a value is an array-like object supporting the accessor (get/set) protocol.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
Compute the dot product of `x` and `y`.
Convert a matrix from row-major layout to column-major layout or vice versa.
Create an array filled with ones and having a specified length.
Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.
Create a filled array.
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."