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

GitHub topics: total

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

stdlib-js/os-num-cpus

Number of CPUs.

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

stdlib-js/blas-ext-base-gnansum

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

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

aravindnc/mongoose-paginate-v2

A custom pagination library for Mongoose with customizable labels.

Language: JavaScript - Size: 1.57 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 509 - Forks: 92

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: 8 days ago - Pushed at: 8 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: 8 days ago - Pushed at: 8 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: 8 days ago - Pushed at: 8 days ago - Stars: 3 - Forks: 0

stdlib-js/blas-ext-base-dsum

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

Language: JavaScript - Size: 1.16 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/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: 9 days ago - Pushed at: 9 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-msumabs

Compute a moving sum of absolute values incrementally.

Language: JavaScript - Size: 971 KB - Last synced at: 9 days ago - Pushed at: 9 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: 1 day ago - Pushed at: 9 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: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-msumabs2

Compute a moving sum of squared absolute values incrementally.

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

stdlib-js/blas-ext-base-dasumpw

Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.

Language: JavaScript - Size: 557 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 1

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: 691 KB - Last synced at: 3 days ago - Pushed at: 9 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: 9 days ago - Pushed at: 9 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: 9 days ago - Pushed at: 9 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: 9 days ago - Pushed at: 9 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: 1 day ago - Pushed at: 9 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: 9 days ago - Pushed at: 9 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: 1 day ago - Pushed at: 10 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: 777 KB - Last synced at: 10 days ago - Pushed at: 10 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: 805 KB - Last synced at: 10 days ago - Pushed at: 10 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: 839 KB - Last synced at: 1 day ago - Pushed at: 10 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: 1.11 MB - Last synced at: 1 day ago - Pushed at: 10 days 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: 10 days ago - Pushed at: 10 days 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: 1 day ago - Pushed at: 10 days 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: 1 day ago - Pushed at: 10 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: 560 KB - Last synced at: 10 days ago - Pushed at: 10 days 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: 10 days ago - Pushed at: 10 days 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: 10 days ago - Pushed at: 10 days 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: 681 KB - Last synced at: 10 days ago - Pushed at: 10 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: 735 KB - Last synced at: about 9 hours ago - Pushed at: 10 days 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: 10 days ago - Pushed at: 10 days 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: 10 days ago - Pushed at: 10 days 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: 10 days ago - Pushed at: 10 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-sumabs2

Compute a sum of squared absolute values incrementally.

Language: JavaScript - Size: 387 KB - Last synced at: 16 days ago - Pushed at: 16 days 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: 2 days ago - Pushed at: 16 days 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: 16 days ago - Pushed at: 16 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: 721 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-nancount

Compute a count incrementally, ignoring NaN values.

Language: JavaScript - Size: 414 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 2 - 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: 16 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

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

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

Language: JavaScript - Size: 252 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - 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: 16 days ago - Pushed at: 16 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.19 MB - Last synced at: 16 days ago - Pushed at: 16 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: 735 KB - Last synced at: 16 days ago - Pushed at: 16 days 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: 16 days ago - Pushed at: 16 days 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: 16 days ago - Pushed at: 16 days ago - Stars: 0 - 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: 23 days ago - Pushed at: 23 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mrss

Compute a moving residual sum of squares (RSS) incrementally.

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

stdlib-js/blas-ext-base-sasumpw

Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.

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

McGuten/Factorio5DimMods

5Dim's mods repository

Language: Lua - Size: 423 MB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 16 - Forks: 17

stdlib-js/stats-iter-cusum

Create an iterator which iteratively computes a cumulative sum.

Language: JavaScript - Size: 966 KB - Last synced at: 30 days ago - Pushed at: 30 days 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 1 month ago - Pushed at: about 1 month 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 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

FelJS/blas-ext-sum

Compute the sum along one or more ndarray dimensions.

Language: JavaScript - Size: 56.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month 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: 5 days ago - Pushed at: about 1 month 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: 6 days ago - Pushed at: about 1 month 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: 7 days ago - Pushed at: about 1 month 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: 1.01 MB - Last synced at: 6 days ago - Pushed at: about 1 month 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: 8 days ago - Pushed at: about 1 month 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: 9 days ago - Pushed at: about 1 month ago - Stars: 1 - 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: 6 days ago - Pushed at: about 1 month 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: 5 days ago - Pushed at: about 1 month 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: 7 days ago - Pushed at: about 1 month 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: 4 days ago - Pushed at: about 1 month 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: 3 days ago - Pushed at: about 1 month 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: 8 days ago - Pushed at: about 1 month 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: 3 days ago - Pushed at: about 1 month 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 1 month 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: 1.05 MB - Last synced at: 16 days ago - Pushed at: about 1 month 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: 6 days ago - Pushed at: about 1 month 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: 8 days ago - Pushed at: about 1 month 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: 4 days ago - Pushed at: about 1 month 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: 1 day ago - Pushed at: about 1 month 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: 8 days ago - Pushed at: about 1 month 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: 28 days ago - Pushed at: about 1 month 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: 952 KB - Last synced at: 9 days ago - Pushed at: about 1 month 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: 6 days ago - Pushed at: about 1 month 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: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - 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: 8 days ago - Pushed at: about 1 month 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: about 11 hours ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

jonathanknowles/monoidmap

Monoidal map type with support for semigroup and monoid subclasses.

Language: Haskell - Size: 2.48 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 19 - Forks: 1

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: 21 days ago - Pushed at: about 2 months 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 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

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

Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.

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

zxdavb/evohome-async

An asyncio Python client to the Resideo TCC web API

Language: Python - Size: 1.6 MB - Last synced at: 11 days ago - Pushed at: 2 months ago - Stars: 11 - Forks: 13

AlexanderPro/Wlx2Explorer

Wlx2Explorer is an application which allows to use Total Commander lister plugins from Windows Explorer.

Language: C# - Size: 486 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 54 - Forks: 7

bgv99/CharacterCounter

Simple Console Based Character Counter

Language: C - Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0