Showing 1-20 of 992 packages
Strided.
Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.
Apply a nullary callback and assign results to elements in a strided output array.
Determine the index offset which specifies the location of the first indexed value in a strided array.
List of strided array data types.
Convert a Node-API value representing a strided array to a double-precision floating-point array.
Calculate the variance of a strided array.
Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.
Calculate the arithmetic mean of a strided array.
Calculate the sum of strided array elements using pairwise summation.
Convert a Node-API value representing a strided array to a single-precision floating-point array.
Calculate the variance of a strided array using a two-pass algorithm.
Return the minimum accessible index based on a set of provided strided array parameters.
Add a scalar constant to each strided array element and compute the sum using pairwise summation.
Apply a unary function to a double-precision floating-point strided input array according to a strided mask array and assign results to a double-precision floating-point strided output array.
Fill a strided array with a specified scalar constant.
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.
Reverse a strided array in-place.
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
Calculate the standard deviation of a strided array.