Here are
896 public repositories
matching this topic...
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.
Updated
Apr 12, 2026
JavaScript
Calculate the standard deviation of a strided array using Welford's algorithm.
Updated
Jul 5, 2025
JavaScript
Standard library strided array special math functions.
Updated
Apr 6, 2026
JavaScript
Standard library strided math functions.
Updated
Apr 6, 2026
JavaScript
Updated
Apr 4, 2026
JavaScript
Strided array math operations.
Updated
Apr 6, 2026
JavaScript
Calculate the arithmetic mean of a strided array, ignoring NaN values and using Welford's algorithm.
Updated
Jun 23, 2025
JavaScript
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
Updated
Mar 6, 2025
JavaScript
Calculate the range of a single-precision floating-point strided array according to a mask.
Updated
Mar 30, 2025
JavaScript
Reverse a single-precision floating-point strided array in-place.
Updated
Mar 16, 2026
JavaScript
Compute the absolute value for each element in a strided array.
Updated
Apr 6, 2026
JavaScript
Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.
Updated
Apr 11, 2026
JavaScript
Round each element in a double-precision floating-point strided array toward positive infinity according to a strided mask array.
Updated
Apr 11, 2026
JavaScript
Compute the cube root for each element in a double-precision floating-point strided array according to a strided mask array.
Updated
Apr 11, 2026
JavaScript
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
Updated
Feb 22, 2025
JavaScript
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Updated
Mar 29, 2025
JavaScript
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
Updated
Jan 14, 2025
JavaScript
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
Updated
Jul 17, 2025
JavaScript
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
Updated
Feb 18, 2025
JavaScript
Return the maximum accessible index based on a set of provided strided array parameters.
Improve this page
Add a description, image, and links to the
strided
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
strided
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.