@stdlib/strided-base-ternary
Apply a ternary callback to strided input array elements and assign results to elements in a strided output array.
Apply a ternary callback to strided input array elements and assign results to elements in a strided output array.
Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.
Apply a unary function to each element retrieved from a strided input array according to a callback function and assign results to a strided output array.
Transform stream for inspecting streamed data.
Apply a quinary callback to strided input array elements and assign results to elements in a strided output array.
Apply a unary function to a single-precision floating-point strided input array and assign results to a single-precision floating-point strided output array.
Apply a binary function to single-precision floating-point strided input arrays and assign results to a single-precision floating-point strided output array.
Apply a nullary callback and assign results to elements in a strided output array.
Transform stream for debugging stream pipelines.
Memoize a function.
Convert a string to a well formed string.
Function composition.
Convert an ndarray buffer to a generic array.
Apply a nullary function and assign results to elements in an output ndarray.
Apply a unary callback to elements in a input ndarray and assign results to elements in an output ndarray.
Apply a unary function to each element retrieved from a input ndarray according to a callback function and assign results to elements in an output ndarray.
Convert an ndarray to a generic array.
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.
Test if a value is Node transform stream-like.