Strided.
Reinterpret a Complex64Array as a Float32Array.
Reinterpret a Complex128Array as a Float64Array.
Reinterpret a BooleanArray as a Uint8Array.
Determine the index offset which specifies the location of the first indexed value in a strided array.
Apply a nullary callback and assign results to elements in a strided output array.
Calculate the variance of a strided array using a two-pass algorithm.
Calculate the arithmetic mean of a strided array.
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
Convert a Node-API value representing a strided array to a double-precision floating-point array.
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Convert a Node-API value representing a strided array to a single-precision floating-point array.
Calculate the variance of a strided array.
Standard math.
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.
Inverts permutations
Parser for FTP server responses
Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.
Copy elements from an input strided DataView to elements in an output strided array.
Captures and cleans stack traces
Calculate the minimum value of a double-precision floating-point strided array.
Convert a strided array and associated metadata to an object likely to have the same "shape".
Copy elements from an input strided array to elements in a strided DataView.