- San Francisco
- https://github.com/stdlib-js/stdlib
- @kgryte
Highlights
stdlib
Cumulatively test whether at least one element in a provided array passes a test implemented by a predicate function.
Return a typed array constructor for creating typed arrays stored in little-endian byte order.
Return a typed array constructor for creating typed arrays having a specified byte order.
Cumulatively test whether at least one array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
Float32Array in little-endian byte order.
Float32Array having a specified byte order.
Multiply a vector `x` by a constant and add the result to `y`.
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
Cumulatively test whether at least `n` array elements in a provided array pass a test implemented by a predicate function.
Interchange two double-precision floating-point vectors.
Create an iterator which cumulatively tests whether every iterated value is falsy.
Test if two arguments are both typed-array-like object and have the same values.
Create an iterator which cumulatively tests whether at least `n` iterated values pass a test implemented by a predicate function.
Create an iterator which cumulatively tests whether at least one iterated value passes a test implemented by a predicate function.
Create an iterator which cumulatively tests whether every iterated value passes a test implemented by a predicate function.
Create an iterator which cumulatively tests whether every iterated value is truthy.
Compute the sum of absolute values.
Find the index of the first element having the maximum absolute value.
Compute the dot product of `x` and `y`.
Multiply a vector `x` by a scalar `alpha`.
Calculate the L2-norm of a double-precision floating-point vector.
Calculate the L2-norm of a single-precision floating-point vector.
Compute the sum of absolute values.
Compute the dot product of `x` and `y`.
Return the maximum value of two single-precision floating-point numbers, ignoring NaN.