An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: summation

stdlib-js/blas-ext-base-ndarray-scusum

Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray.

Language: JavaScript - Size: 488 KB - Last synced at: about 5 hours ago - Pushed at: about 6 hours ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-ndarray-gcusum

Compute the cumulative sum of a one-dimensional ndarray.

Language: JavaScript - Size: 415 KB - Last synced at: about 5 hours ago - Pushed at: about 6 hours ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-ndarray-dcusum

Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray.

Language: JavaScript - Size: 257 KB - Last synced at: about 5 hours ago - Pushed at: about 6 hours ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-gnansum

Calculate the sum of strided array elements, ignoring NaN values.

Language: JavaScript - Size: 584 KB - Last synced at: about 18 hours ago - Pushed at: about 19 hours ago - Stars: 1 - Forks: 0

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.

Language: JavaScript - Size: 797 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-gnansumpw

Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.

Language: JavaScript - Size: 539 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-sapxsum

Adds a constant to each single-precision floating-point strided array element and computes the sum.

Language: JavaScript - Size: 1.11 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-wasm-dnanasumors

Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.

Language: JavaScript - Size: 481 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

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.

Language: JavaScript - Size: 725 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-sdsapxsum

Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation.

Language: JavaScript - Size: 935 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-scusumpw

Calculate the cumulative sum of single-precision floating-point strided array elements using pairwise summation.

Language: JavaScript - Size: 743 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dnannsum

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.

Language: JavaScript - Size: 1.4 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-sdssum

Calculate the sum of single-precision floating-point strided array elements using extended accumulation.

Language: JavaScript - Size: 1.12 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 2 - Forks: 0

SurateeChaimted/number-uint32-base-add

This repository contains a utility for adding unsigned 32-bit integers in a base format. It aims to simplify numerical operations in JavaScript and Node.js. 🐙✨

Language: Python - Size: 55.7 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/number-uint8-base-add

Compute the sum of two unsigned 8-bit integers.

Language: Python - Size: 206 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

stdlib-js/number-uint32-base-add

Compute the sum of two unsigned 32-bit integers.

Language: Python - Size: 201 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

stdlib-js/number-uint16-base-add

Compute the sum of two unsigned 16-bit integers.

Language: Python - Size: 195 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

DragonSpit/HPCsharp

High performance algorithms in C#: SIMD/SSE, multi-core and faster

Language: C# - Size: 1.15 MB - Last synced at: 1 day ago - Pushed at: over 1 year ago - Stars: 279 - Forks: 32

stdlib-js/blas-ext-base-dapxsum

Adds a constant to each double-precision floating-point strided array element and computes the sum.

Language: JavaScript - Size: 1.36 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0

stdlib-js/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.

Language: JavaScript - Size: 548 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-dmeanpw

Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.

Language: JavaScript - Size: 457 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-gsum

Calculate the sum of strided array elements.

Language: JavaScript - Size: 450 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 2 - Forks: 0

stdlib-js/array-base-count-ifs

Perform element-wise evaluation of one or more input arrays according to provided predicate functions and count the number of elements for which all predicates respectively return `true`.

Language: JavaScript - Size: 366 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

stdlib-js/number-float32-base-add

Compute the sum of two single-precision floating-point numbers.

Language: Python - Size: 212 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-ssum

Calculate the sum of single-precision floating-point strided array elements.

Language: JavaScript - Size: 1.01 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 2 - Forks: 0

stdlib-js/number-float64-base-add

Compute the sum of two double-precision floating-point numbers.

Language: Python - Size: 203 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-snansumors

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.

Language: JavaScript - Size: 701 KB - Last synced at: 2 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-sdssumpw

Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation.

Language: JavaScript - Size: 828 KB - Last synced at: 4 days ago - Pushed at: 17 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-sdsnansumpw

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using pairwise summation with extended accumulation.

Language: JavaScript - Size: 848 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 2 - Forks: 0

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.

Language: JavaScript - Size: 728 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-snansumkbn2

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.

Language: JavaScript - Size: 744 KB - Last synced at: 7 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-snansumpw

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.

Language: JavaScript - Size: 749 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 2 - Forks: 0

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.

Language: JavaScript - Size: 952 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dsum

Calculate the sum of double-precision floating-point strided array elements.

Language: JavaScript - Size: 1.25 MB - Last synced at: 19 days ago - Pushed at: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-sum

Compute the sum along one or more ndarray dimensions.

Language: JavaScript - Size: 4.53 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-dsumpw

Calculate the sum of double-precision floating-point strided array elements using pairwise summation.

Language: JavaScript - Size: 583 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

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.

Language: JavaScript - Size: 937 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 1

stdlib-js/stats-iter-msumabs

Create an iterator which iteratively computes a moving sum of absolute values.

Language: JavaScript - Size: 1.16 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-gcusumpw

Calculate the cumulative sum of strided array elements using pairwise summation.

Language: JavaScript - Size: 1.06 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-cusumabs2

Create an iterator which iteratively computes a cumulative sum of squared absolute values.

Language: JavaScript - Size: 921 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-nansum

Compute a sum incrementally, ignoring NaN values.

Language: JavaScript - Size: 406 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

IDouble/Deep-Learning-Machine-Learning-AI-TensorFlow-Python

🐍 A Collection of Notes for Learning & Understanding Deep Learning / Machine Learning / Artificial Intelligence (AI) with TensorFlow 🐍

Language: Python - Size: 4.79 MB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 67 - Forks: 12

stdlib-js/blas-ext-base-dssumpw

Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation and returning an extended precision result.

Language: JavaScript - Size: 585 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dssum

Calculate the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result.

Language: JavaScript - Size: 1.17 MB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 2 - Forks: 0

stdlib-js/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.

Language: JavaScript - Size: 557 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 3 - Forks: 0

stdlib-js/blas-ext-base-dnansumkbn2

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.

Language: JavaScript - Size: 605 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-gapxsum

Adds a constant to each strided array element and computes the sum.

Language: JavaScript - Size: 493 KB - Last synced at: 22 days ago - Pushed at: 29 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gnansumors

Calculate the sum of strided array elements, ignoring NaN values and using ordinary recursive summation.

Language: JavaScript - Size: 726 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-msum

Create an iterator which iteratively computes a moving sum.

Language: JavaScript - Size: 1.12 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gsumkbn2

Calculate the sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.

Language: JavaScript - Size: 721 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsapxsumpw

Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation and returning an extended precision result.

Language: JavaScript - Size: 739 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 1 - Forks: 0

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.

Language: JavaScript - Size: 840 KB - Last synced at: 7 days ago - Pushed at: 29 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-ndarray-zsum

Compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray.

Language: JavaScript - Size: 49.8 KB - Last synced at: 15 days ago - Pushed at: 30 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-ssumors

Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation.

Language: JavaScript - Size: 697 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-sdsapxsumpw

Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation.

Language: JavaScript - Size: 777 KB - Last synced at: 30 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-sapxsumpw

Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation.

Language: JavaScript - Size: 776 KB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-sapxsumors

Adds a constant to each single-precision floating-point strided array element and computes the sum using ordinary recursive summation.

Language: JavaScript - Size: 805 KB - Last synced at: 30 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

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.

Language: JavaScript - Size: 839 KB - Last synced at: 22 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gapxsumors

Adds a constant to each strided array element and computes the sum using ordinary recursive summation.

Language: JavaScript - Size: 631 KB - Last synced at: 30 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

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.

Language: JavaScript - Size: 564 KB - Last synced at: 22 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

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.

Language: JavaScript - Size: 542 KB - Last synced at: 22 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsumors

Calculate the sum of double-precision floating-point strided array elements using ordinary recursive summation.

Language: JavaScript - Size: 560 KB - Last synced at: 30 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dapxsumpw

Adds a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.

Language: JavaScript - Size: 689 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dapxsumors

Adds a constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.

Language: JavaScript - Size: 588 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

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.

Language: JavaScript - Size: 735 KB - Last synced at: 6 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dcusumpw

Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.

Language: JavaScript - Size: 583 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dcusumors

Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.

Language: JavaScript - Size: 569 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dcusum

Calculate the cumulative sum of double-precision floating-point strided array elements.

Language: JavaScript - Size: 1.28 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-sumabs2

Compute a sum of squared absolute values incrementally.

Language: JavaScript - Size: 396 KB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-sumabs2

Compute the sum of squared absolute values for all iterated values.

Language: JavaScript - Size: 1020 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/array-base-count-if

Count the number of elements in an array that satisfy the provided testing function.

Language: JavaScript - Size: 407 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-ssumkbn

Calculate the sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.

Language: JavaScript - Size: 676 KB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

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.

Language: JavaScript - Size: 816 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-gnansumkbn2

Calculate the sum of strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.

Language: JavaScript - Size: 534 KB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-ndarray-ssum

Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray.

Language: JavaScript - Size: 245 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-ndarray-gsum

Compute the sum of all elements in a one-dimensional ndarray.

Language: JavaScript - Size: 211 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/stats-iter-sumabs

Compute the sum of absolute values for all iterated values.

Language: JavaScript - Size: 946 KB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

JuliaMath/KahanSummation.jl

Sum and cumulative sum using the Kahan-Babuska-Neumaier algorithm

Language: Julia - Size: 64.5 KB - Last synced at: 25 days ago - Pushed at: 5 months ago - Stars: 23 - Forks: 12

stdlib-js/stats-iter-cusum

Create an iterator which iteratively computes a cumulative sum.

Language: JavaScript - Size: 976 KB - Last synced at: 18 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-cusum

Compute the cumulative sum along one or more ndarray dimensions.

Language: JavaScript - Size: 61.5 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

MohamedHalawa-Flutter/blas-ext-cusum

Compute the cumulative sum along one or more ndarray dimensions.

Language: JavaScript - Size: 62.5 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-dnanasumors

Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.

Language: JavaScript - Size: 605 KB - Last synced at: 25 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-ops-sub

Element-wise subtraction of two strided arrays.

Language: C - Size: 4.36 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-ops-add

Element-wise addition of two strided arrays.

Language: C - Size: 2.27 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-ssumpw

Calculate the sum of single-precision floating-point strided array elements using pairwise summation.

Language: JavaScript - Size: 722 KB - Last synced at: 27 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-ssumkbn2

Calculate the sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.

Language: JavaScript - Size: 770 KB - Last synced at: 27 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-snansum

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values.

Language: JavaScript - Size: 1.1 MB - Last synced at: 4 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-sdsnansum

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using extended accumulation.

Language: JavaScript - Size: 1.09 MB - Last synced at: 24 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsumkbn

Calculate the sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.

Language: JavaScript - Size: 556 KB - Last synced at: 24 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsnansumpw

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using pairwise summation with extended accumulation, and returning an extended precision result.

Language: JavaScript - Size: 586 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsnansum

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.

Language: JavaScript - Size: 1.05 MB - Last synced at: about 2 hours ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsapxsum

Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.

Language: JavaScript - Size: 991 KB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dnansumpw

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.

Language: JavaScript - Size: 592 KB - Last synced at: 29 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dnansumors

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.

Language: JavaScript - Size: 544 KB - Last synced at: 25 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

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.

Language: JavaScript - Size: 573 KB - Last synced at: 7 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dnansum

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.

Language: JavaScript - Size: 1.19 MB - Last synced at: 29 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dnanasum

Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.

Language: JavaScript - Size: 896 KB - Last synced at: 12 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gcusumkbn2

Calculate the cumulative sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.

Language: JavaScript - Size: 620 KB - Last synced at: 26 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-gcusumkbn

Calculate the cumulative sum of strided array elements using an improved Kahan–Babuška algorithm.

Language: JavaScript - Size: 1.28 MB - Last synced at: 28 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gsumkbn

Calculate the sum of strided array elements using an improved Kahan–Babuška algorithm.

Language: JavaScript - Size: 700 KB - Last synced at: 7 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0