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