@stdlib/blas-ext-base-gsumors
Calculate the sum of strided array elements using ordinary recursive summation.
@stdlib/blas-ext-base-dsumors
Calculate the sum of double-precision floating-point strided array elements using ordinary recursive summation.
@stdlib/blas-ext-base-ssumors
Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation.
@stdlib/stats-base-dsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.
@stdlib/stats-base-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
@stdlib/blas-ext-base-dssumors
Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation with extended accumulation and returning an extended precision result.
@stdlib/stats-base-dsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
@stdlib/blas-ext-base-dsnansumors
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.
@stdlib/blas-ext-base-dnannsumors
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
@stdlib/blas-ext-base-gcusumors
Calculate the cumulative sum of strided array elements using ordinary recursive summation.
@stdlib/stats-base-smeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.
@stdlib/stats-base-meanors
Calculate the arithmetic mean of a strided array using ordinary recursive summation.
@stdlib/blas-ext-base-dsnannsumors
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.
@stdlib/stats-base-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
@stdlib/blas-ext-base-dcusumors
Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.
@stdlib/blas-ext-base-dnansumors
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
@stdlib/stats-base-dnanmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
@stdlib/stats-base-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
@stdlib/blas-ext-base-scusumors
Calculate the cumulative sum of single-precision floating-point strided array elements using ordinary recursive summation.
@stdlib/blas-ext-base-sapxsumors
Adds a constant to each single-precision floating-point strided array element and computes the sum using ordinary recursive summation.
@stdlib/blas-ext-base-gnansumors
Calculate the sum of strided array elements, ignoring NaN values and using ordinary recursive summation.
@stdlib/blas-ext-base-snansumors
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
stats-base-nanmeanors
Calculate the arithmetic mean of a strided array, ignoring NaN values and using ordinary recursive summation.
blas-ext-base-gapxsumors
Adds a constant to each strided array element and computes the sum using ordinary recursive summation.
@stdlib/blas-ext-base-dapxsumors
Adds a constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.
stats-strided-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
stats-strided-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
stats-strided-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
stats-strided-meanors
Calculate the arithmetic mean of a strided array using ordinary recursive summation.
stats-strided-wasm-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
stats-strided-dnanmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
stats-strided-dsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.
stats-strided-dsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.