Create a strided array function interface which performs multiple dispatch.
Strided.
Reinterpret a Complex128Array as a Float64Array.
Reinterpret a Complex64Array as a Float32Array.
Determine the index offset which specifies the location of the first indexed value in a strided array.
Reinterpret a BooleanArray as a Uint8Array.
Standard math.
Apply a nullary callback and assign results to elements in a strided output array.
Create a strided array function interface which accepts a callback function and performs multiple dispatch.
Convert a Node-API value representing a strided array to a single-precision floating-point array.
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Calculate the arithmetic mean of a strided array.
Convert a Node-API value representing a strided array to a double-precision floating-point array.
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
Calculate the variance of a strided array.
Calculate the variance of a strided array using a two-pass algorithm.
Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.
Return the minimum accessible index based on a set of provided strided array parameters.
Calculate the sum of strided array elements using pairwise summation.
Register named callbacks and call them with arguments.
Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.
Add a scalar constant to each strided array element and compute the sum using pairwise summation.
TypeScript definitions for d3-dispatch
Dispatch to a native add-on applying a unary function to an input strided array.