865 results for “topic:strided”
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Calculate the standard deviation of a strided array using Welford's algorithm.
Standard library strided math functions.
Standard library strided array special math functions.
Base strided.
Strided array math operations.
Calculate the standard deviation of a strided array.
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
Compute the arcsine of each element retrieved from an input strided array via a callback function.
Calculate the cumulative sum of single-precision floating-point strided array elements.
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
Return the maximum accessible index based on a set of provided strided array parameters.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the minimum absolute value of a single-precision floating-point strided array.
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
Calculate the sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.
Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.
Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
Apply a ternary callback to strided input array elements and assign results to elements in a strided output array.
Calculate the arithmetic mean of a single-precision floating-point strided array using an improved Kahan–Babuška algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
Calculate the range of a strided array via a callback function, ignoring NaN values.