compute-flatten
Flattens an array.
Flattens an array.
A small JavaScript library for efficient work with multidimensional arrays
Create a factory function for filling strided arrays with pseudorandom values drawn from a binary PRNG.
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.
Create a factory function for filling strided arrays with pseudorandom values drawn from a unary PRNG.
Fill a strided array with pseudorandom numbers drawn from a continuous uniform distribution.
Fill a strided array with pseudorandom numbers drawn from a Weibull distribution.
Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.
Compute the squared absolute value for each element in a strided array.
Compute the squared absolute value of each element retrieved from an input strided array via a callback function.
Compute the arccosine of each element retrieved from an input strided array via a callback function.
Compute the hyperbolic arccosine of each element retrieved from an input strided array via a callback function.
Compute the inverse cotangent of each element retrieved from an input strided array via a callback function.
Strided array math functions.
Strided array math operations.
Element-wise addition of two strided arrays.
Element-wise addition of two strided arrays via a callback function.
Element-wise multiplication of two strided arrays.
Element-wise multiplication of two strided arrays via a callback function.
Element-wise subtraction of two strided arrays.