compensated
There are 27 repositories under compensated topic.
JuliaMath/AccurateArithmetic.jl
Calculate with error-free, faithful, and compensated transforms and extended significands.
JeffreySarnoff/AccurateArithmetic0.jl
building blocks for more accurate floating point results
stdlib-js/blas-ext-base-dapxsumkbn
Add a constant to each double-precision floating-point strided array element and compute the sum using an improved Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-dapxsumkbn2
Add a constant to each double-precision floating-point strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-dcusumkbn
Calculate the cumulative sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-dcusumkbn2
Calculate the cumulative sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-dnannsumkbn
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-dnannsumkbn2
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-dnansumkbn
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-dsumkbn
Calculate the sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-gapxsumkbn
Add a constant to each strided array element and compute the sum using an improved Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-gcusumkbn2
Calculate the cumulative sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-gnansumkbn
Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-gsumkbn
Calculate the sum of strided array elements using an improved Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-sapxsumkbn
Add a constant to each single-precision floating-point strided array element and compute the sum using an improved Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-scusumkbn
Calculate the cumulative sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
stdlib-js/stats-base-smeankbn
Calculate the arithmetic mean of a single-precision floating-point strided array using an improved Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-gapxsumkbn2
Add a constant to each strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-gcusumkbn
Calculate the cumulative sum of strided array elements using an improved Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-gnannsumkbn
Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-sapxsumkbn2
Add a constant to each single-precision floating-point strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-scusumkbn2
Calculate the cumulative sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-snansumkbn
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-ssumkbn
Calculate the sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
stdlib-js/stats-base-dmeankbn
Calculate the arithmetic mean of a double-precision floating-point strided array using an improved Kahan–Babuška algorithm.
stdlib-js/stats-base-dmeankbn2
Calculate the arithmetic mean of a double-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
stdlib-js/stats-base-smeankbn2
Calculate the arithmetic mean of a single-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.