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.
Apply a nullary callback and assign results to elements in a strided output array.
Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.
List of strided array data types.
Convert a strided array and associated metadata to an object likely to have the same "shape".
Return the minimum accessible index based on a set of provided strided array parameters.
Copy elements from an input strided array to elements in a strided DataView.
Copy elements from an input strided DataView to elements in an output strided array.
Create a strided array function interface which performs multiple dispatch.
Return the data type string associated with a strided array data type enumeration constant.
Return the enumeration constant associated with a strided array data type string.
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.
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 unary function to a double-precision floating-point strided input array and assign results to a double-precision floating-point strided output array.
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision floating-point strided input array according to a strided mask array and assigning results to a double-precision floating-point
Return the enumeration constant associated with a supported strided array data type value.
Apply a unary function to a single-precision floating-point strided input array according to a strided mask array and assign results to a single-precision floating-point strided output array.
Apply a ternary callback to strided input array elements and assign results to elements in a strided output array.