Topic: "summation"
DragonSpit/HPCsharp
High performance algorithms in C#: SIMD/SSE, multi-core and faster
Language: C# - Size: 1.15 MB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 272 - Forks: 32

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: 3 days ago - Pushed at: about 1 year ago - Stars: 66 - Forks: 11

JuliaMath/KahanSummation.jl
Sum and cumulative sum using the Kahan-Babuska-Neumaier algorithm
Language: Julia - Size: 64.5 KB - Last synced at: 17 days ago - Pushed at: 4 months ago - Stars: 22 - Forks: 11

devcenter-square/sum-files-challenge
This repository contains 1,000 files, each containing 100,000 Integers ... your task is to sum all integers in all files
Language: JavaScript - Size: 154 MB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 15 - Forks: 5

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: 536 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 3 - Forks: 0

TraumatizedTuna/Calculator
Calculator that simplifies your expressions to avoid rounding errors
Language: HTML - Size: 1.59 MB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 3 - 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: 731 KB - Last synced at: 5 days ago - Pushed at: 5 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: 915 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 1

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: 697 KB - Last synced at: 2 days ago - Pushed at: 17 days ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-ops-add
Element-wise addition of two strided arrays.
Language: C - Size: 2.27 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 2 - 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: 21 days ago - Pushed at: 21 days ago - Stars: 2 - 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: 573 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 2 - 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: 700 KB - Last synced at: 13 days ago - Pushed at: 21 days 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: 21 days ago - Pushed at: 21 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: 924 KB - Last synced at: 21 days ago - Pushed at: 21 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: 714 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

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: 572 KB - Last synced at: 21 days ago - Pushed at: 21 days 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: 10 days ago - Pushed at: 21 days 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: 1.43 MB - Last synced at: 21 days ago - Pushed at: 21 days 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: 536 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 2 - 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: 2 days ago - Pushed at: 21 days 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: 21 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsum
Calculate the sum of double-precision floating-point strided array elements.
Language: JavaScript - Size: 1.07 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 2 - 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: 601 KB - Last synced at: 21 days ago - Pushed at: 21 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.08 MB - Last synced at: 21 days ago - Pushed at: 21 days 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: 21 days ago - Pushed at: 21 days 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: 21 days ago - Pushed at: 21 days 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: 21 days ago - Pushed at: 21 days ago - Stars: 2 - 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: 553 KB - Last synced at: 1 day ago - Pushed at: 21 days 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: 726 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - 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: 1 day ago - Pushed at: 22 days ago - Stars: 2 - 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: 713 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-gnansumkbn
Calculate the sum of strided array elements, ignoring NaN values and using an improved KahanāBabuÅ”ka algorithm.
Language: JavaScript - Size: 542 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - 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: 719 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsumkbn2
Calculate the sum of double-precision floating-point strided array elements using a second-order iterative KahanāBabuÅ”ka algorithm.
Language: JavaScript - Size: 591 KB - Last synced at: 22 days ago - Pushed at: 22 days 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: 554 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - 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: 638 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - 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: 691 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - 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: 605 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

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.11 MB - Last synced at: 27 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: 609 KB - Last synced at: 27 days ago - Pushed at: about 1 month 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: 990 KB - Last synced at: 25 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-iter-sumabs2
Compute the sum of squared absolute values for all iterated values.
Language: JavaScript - Size: 1010 KB - Last synced at: 2 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-ssum
Calculate the sum of single-precision floating-point strided array elements.
Language: JavaScript - Size: 948 KB - Last synced at: 21 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dcusum
Calculate the cumulative sum of double-precision floating-point strided array elements.
Language: JavaScript - Size: 1.2 MB - Last synced at: 2 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 584 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/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.
Language: JavaScript - Size: 808 KB - Last synced at: 10 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-nansumabs
Compute a sum of absolute values incrementally, ignoring NaN values.
Language: JavaScript - Size: 429 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-sumabs
Compute a sum of absolute values incrementally.
Language: JavaScript - Size: 420 KB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-sum
Compute a sum incrementally.
Language: JavaScript - Size: 400 KB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-gsumpw
Calculate the sum of strided array elements using pairwise summation.
Language: JavaScript - Size: 714 KB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-gcusum
Calculate the cumulative sum of strided array elements.
Language: JavaScript - Size: 549 KB - Last synced at: 19 days ago - Pushed at: 3 months ago - Stars: 2 - 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: 710 KB - Last synced at: 22 days ago - Pushed at: 3 months 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: 16 days ago - Pushed at: 3 months ago - Stars: 2 - 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: 603 KB - Last synced at: 23 days ago - Pushed at: 3 months 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.31 MB - Last synced at: about 5 hours ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dnannsumpw
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
Language: JavaScript - Size: 754 KB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 613 KB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 2 - 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: 740 KB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
Language: JavaScript - Size: 1.29 MB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-gsum
Calculate the sum of strided array elements.
Language: JavaScript - Size: 444 KB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-base-ops-addf
Compute the sum of two single-precision floating-point numbers.
Language: Python - Size: 416 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-gcusumors
Calculate the cumulative sum of strided array elements using ordinary recursive summation.
Language: JavaScript - Size: 611 KB - Last synced at: 9 days ago - Pushed at: 3 months 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: 612 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-scusum
Calculate the cumulative sum of single-precision floating-point strided array elements.
Language: JavaScript - Size: 1.06 MB - Last synced at: 24 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-gsumors
Calculate the sum of strided array elements using ordinary recursive summation.
Language: JavaScript - Size: 623 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-iter-cusumabs
Create an iterator which iteratively computes a cumulative sum of absolute values.
Language: JavaScript - Size: 1010 KB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-iter-msumabs
Create an iterator which iteratively computes a moving sum of absolute values.
Language: JavaScript - Size: 1.14 MB - Last synced at: 7 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-nansum
Compute a sum incrementally, ignoring NaN values.
Language: JavaScript - Size: 398 KB - Last synced at: 7 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-ops-add
Create an iterator which performs element-wise addition of two or more iterators.
Language: JavaScript - Size: 838 KB - Last synced at: 4 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

maxbiostat/truncation_tests
Preliminary code to test truncation algorithms for infinite series and their applications in Statistics.
Language: R - Size: 801 KB - Last synced at: 23 days ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

chautruonglong/Multiplication-With-N-The-Large-Numbers
MULTIPLICATION WITH N THE LARGE NUMBERS
Language: C++ - Size: 94.7 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

stdlib-js/stats-iter-sumabs
Compute the sum of absolute values for all iterated values.
Language: JavaScript - Size: 941 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - 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: 966 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-cusum
Create an iterator which iteratively computes a cumulative sum.
Language: JavaScript - Size: 966 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-ops-sub
Element-wise subtraction of two strided arrays.
Language: C - Size: 4.36 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 1 - 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: 735 KB - Last synced at: 8 days ago - Pushed at: 21 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: 857 KB - Last synced at: 2 days ago - Pushed at: 21 days 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: 703 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - 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: 673 KB - Last synced at: 2 days ago - Pushed at: 21 days 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: 719 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - 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: 533 KB - Last synced at: 21 days ago - Pushed at: 21 days 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: 733 KB - Last synced at: 21 days ago - Pushed at: 21 days 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: 724 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - 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: 21 days ago - Pushed at: 21 days ago - Stars: 1 - 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: 601 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - 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: 10 days ago - Pushed at: 21 days ago - Stars: 1 - 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: 21 days ago - Pushed at: 21 days ago - Stars: 1 - 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: 620 KB - Last synced at: 21 days ago - Pushed at: 21 days 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: 675 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 1 - 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: 717 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 1 - 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: 694 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 1 - 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: 712 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 1 - Forks: 0

stdlib-js/array-base-count-same-value-zero
Count the number of elements that are equal to a given value in an array.
Language: JavaScript - Size: 1.34 MB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 1 - 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: 561 KB - Last synced at: 1 day ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-nansumabs2
Compute a sum of squared absolute values incrementally, ignoring NaN values.
Language: JavaScript - Size: 439 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gapxsum
Adds a constant to each strided array element and computes the sum.
Language: JavaScript - Size: 467 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-ops-add-by
Element-wise addition of two strided arrays via a callback function.
Language: JavaScript - Size: 790 KB - Last synced at: 23 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-sumprod
Compute a sum of products incrementally.
Language: JavaScript - Size: 389 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 1 - Forks: 1

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: 542 KB - Last synced at: 11 minutes ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0
