Topic: "strided"
stdlib-js/strided-base
Base strided.
Language: JavaScript - Size: 8.54 MB - Last synced at: 10 days ago - Pushed at: 11 days ago - Stars: 3 - Forks: 0
stdlib-js/stats-base-stdevwd
Calculate the standard deviation of a strided array using Welford's algorithm.
Language: JavaScript - Size: 673 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 3 - 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: 3 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0
stdlib-js/math-strided-special-abs-by
Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.
Language: JavaScript - Size: 1020 KB - Last synced at: about 20 hours ago - Pushed at: 4 days ago - Stars: 2 - Forks: 0
stdlib-js/blas-ext-base-srev
Reverse a single-precision floating-point strided array in-place.
Language: JavaScript - Size: 571 KB - Last synced at: 3 days ago - Pushed at: 6 days 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.23 MB - Last synced at: 3 days ago - Pushed at: 6 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.42 MB - Last synced at: 3 days ago - Pushed at: 6 days 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: 613 KB - Last synced at: 3 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0
stdlib-js/ndarray-base-unary
Apply a unary callback to elements in a input ndarray and assign results to elements in an output ndarray.
Language: C - Size: 3.32 MB - Last synced at: 3 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-smskceil
Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.
Language: JavaScript - Size: 536 KB - Last synced at: 3 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-smskcbrt
Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 993 KB - Last synced at: 3 days ago - Pushed at: 6 days 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: 592 KB - Last synced at: 3 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0
stdlib-js/random-strided-invgamma
Fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.
Language: JavaScript - Size: 3.52 MB - Last synced at: 3 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0
stdlib-js/strided
Strided.
Language: C - Size: 12.4 MB - Last synced at: 8 days ago - Pushed at: 10 days ago - Stars: 2 - Forks: 0
stdlib-js/strided-base-dmskmap2
Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.
Language: JavaScript - Size: 431 KB - Last synced at: 8 days ago - Pushed at: 10 days ago - Stars: 2 - Forks: 0
stdlib-js/strided-base-smap
Apply a unary function accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array and assign each result to an element in a single-precision floating-point strided output array.
Language: JavaScript - Size: 525 KB - Last synced at: 8 days ago - Pushed at: 10 days ago - Stars: 2 - Forks: 0
stdlib-js/strided-base-smskmap2
Apply a binary function to single-precision floating-point strided input arrays according to a strided mask array and assign results to a single-precision floating-point strided output array.
Language: JavaScript - Size: 444 KB - Last synced at: 8 days ago - Pushed at: 10 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: 778 KB - Last synced at: 10 days ago - Pushed at: 11 days ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-dmskcbrt
Compute the cube root for each element in a double-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 934 KB - Last synced at: 11 days ago - Pushed at: 13 days 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: 711 KB - Last synced at: 11 days ago - Pushed at: 13 days ago - Stars: 2 - Forks: 0
stdlib-js/blas-ext-base-sapx
Add a constant to each element in a single-precision floating-point strided array.
Language: JavaScript - Size: 636 KB - Last synced at: 13 days ago - Pushed at: 16 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: 569 KB - Last synced at: 15 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-bessely1-by
Compute the Bessel function of the second kind of order one for each element retrieved from an input strided array via a callback function.
Language: JavaScript - Size: 1.53 MB - Last synced at: 15 days ago - Pushed at: 19 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: 631 KB - Last synced at: 16 days ago - Pushed at: 19 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: 823 KB - Last synced at: 16 days ago - Pushed at: 19 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: 588 KB - Last synced at: 16 days ago - Pushed at: 19 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.36 MB - Last synced at: 16 days ago - Pushed at: 19 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: 577 KB - Last synced at: 2 days ago - Pushed at: 25 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.01 MB - Last synced at: 26 days ago - Pushed at: 29 days ago - Stars: 2 - Forks: 0
stdlib-js/ndarray-filter
Return a shallow copy of an ndarray containing only those elements which pass a test implemented by a predicate function.
Language: JavaScript - Size: 520 KB - Last synced at: 27 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0
stdlib-js/blas-ext-base-dapx
Add a constant to each element in a double-precision floating-point strided array.
Language: JavaScript - Size: 627 KB - Last synced at: about 1 month ago - Pushed at: about 1 month 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: 590 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-bessely0-by
Compute the Bessel function of the second kind of order zero for each element retrieved from an input strided array via a callback function.
Language: JavaScript - Size: 1.64 MB - Last synced at: about 24 hours ago - Pushed at: 2 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: 520 KB - Last synced at: 20 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.48 MB - Last synced at: 3 months ago - Pushed at: 3 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: 843 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0
stdlib-js/ndarray-base-unary-accumulate
Perform a reduction over elements in a input ndarray.
Language: JavaScript - Size: 826 KB - Last synced at: 4 months ago - Pushed at: 4 months 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: 854 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0
stdlib-js/strided-base-quaternary
Apply a quaternary callback to strided input array elements and assign results to elements in a strided output array.
Language: JavaScript - Size: 423 KB - Last synced at: about 1 month ago - Pushed at: 4 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: 590 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-dceil
Round each element in a double-precision floating-point strided array toward positive infinity.
Language: JavaScript - Size: 591 KB - Last synced at: 2 months ago - Pushed at: 4 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: 1.06 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0
stdlib-js/strided-dispatch
Create a strided array function interface which performs multiple dispatch.
Language: JavaScript - Size: 1.26 MB - Last synced at: about 1 month ago - Pushed at: 4 months 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: 624 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-asinh-by
Compute the hyperbolic arcsine of each element retrieved from an input strided array via a callback function.
Language: JavaScript - Size: 1.3 MB - Last synced at: about 24 hours ago - Pushed at: 4 months 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.08 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-ceil
Round each element in a strided array toward positive infinity.
Language: JavaScript - Size: 3.06 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-ops
Strided array math operations.
Language: JavaScript - Size: 2.59 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0
stdlib-js/blas-ext-base-gfill-by
Fill a strided array according to a provided callback function.
Language: JavaScript - Size: 1.38 MB - Last synced at: 4 months ago - Pushed at: 4 months 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: 844 KB - Last synced at: 4 months ago - Pushed at: 4 months 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: 605 KB - Last synced at: 3 months ago - Pushed at: 5 months 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: 604 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/strided-base-map-by2
Apply a binary function to each pair of elements retrieved from strided input arrays according to a callback function and assign results to a strided output array.
Language: JavaScript - Size: 1.23 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-inv
Compute the multiplicative inverse for each element in a strided array.
Language: JavaScript - Size: 2.53 MB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-smsktrunc
Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.
Language: JavaScript - Size: 597 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-snanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 1.04 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/strided-base-unary
Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.
Language: C - Size: 1.39 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/strided-base-max-view-buffer-index
Return the maximum accessible index based on a set of provided strided array parameters.
Language: C - Size: 336 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-dmskramp
Evaluate the ramp function for each element in a double-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 489 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/random-strided-betaprime
Fill a strided array with pseudorandom numbers drawn from a beta prime distribution.
Language: JavaScript - Size: 3.52 MB - Last synced at: 3 months ago - Pushed at: 5 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: 558 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/blas-ext-base-gsortins
Sort a strided array using insertion sort.
Language: JavaScript - Size: 751 KB - Last synced at: 17 days ago - Pushed at: 5 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.17 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-ops-add
Element-wise addition of two strided arrays.
Language: C - Size: 2.61 MB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/strided-napi-binary
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to two input strided arrays.
Language: C - Size: 88.9 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-sdsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation with extended accumulation.
Language: JavaScript - Size: 597 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/strided-base-function-object
C APIs for creating and managing strided array function objects.
Language: C - Size: 347 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-snanvariancetk
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Language: JavaScript - Size: 584 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-snanvariancech
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Language: JavaScript - Size: 597 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-nanstdevwd
Calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 769 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-snanvariance
Calculate the variance of a single-precision floating-point strided array ignoring NaN values.
Language: JavaScript - Size: 738 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-nanstdevtk
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass textbook algorithm.
Language: JavaScript - Size: 554 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-nanstdevch
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
Language: JavaScript - Size: 508 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/strided-napi-dmap
C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array and assigning results to elements in a double-precision floating-point strided output array.
Language: C - Size: 239 KB - Last synced at: about 24 hours ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-cumax
Calculate the cumulative maximum of a strided array.
Language: JavaScript - Size: 1.03 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-nanrange-by
Calculate the range of a strided array via a callback function, ignoring NaN values.
Language: JavaScript - Size: 752 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-stdevpn
Calculate the standard deviation of a strided array using a two-pass algorithm.
Language: JavaScript - Size: 899 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-stdev
Calculate the standard deviation of a strided array.
Language: JavaScript - Size: 524 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 1
stdlib-js/stats-base-nanvarianceyc
Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 920 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-nanvariancewd
Calculate the variance of a strided array ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 729 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-nanvariancech
Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
Language: JavaScript - Size: 793 KB - Last synced at: 4 months ago - Pushed at: 6 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: 1.22 MB - Last synced at: 3 months ago - Pushed at: 6 months 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.25 MB - Last synced at: 3 months ago - Pushed at: 6 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: 1.19 MB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-abs2
Compute the squared absolute value for each element in a strided array.
Language: JavaScript - Size: 2.6 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-besselj1-by
Compute the Bessel function of the first kind of order one for each element retrieved from an input strided array via a callback function.
Language: JavaScript - Size: 1.53 MB - Last synced at: 3 months ago - Pushed at: 6 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: 857 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-sabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array.
Language: JavaScript - Size: 681 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/strided-napi-smap
C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array and assigning results to elements in a single-precision floating-point strided output array.
Language: C - Size: 241 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/strided-napi-dmskmap2
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to double-precision floating-point strided input arrays according to a strided mask array and assigning results to elements in a double-precision floating-point strided output array.
Language: C - Size: 105 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-ops-mul
Element-wise multiplication of two strided arrays.
Language: C - Size: 2.1 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-smeankbn
Calculate the arithmetic mean of a single-precision floating-point strided array using an improved Kahan–Babuška algorithm.
Language: JavaScript - Size: 1.56 MB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-smeanlipw
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
Language: JavaScript - Size: 1.6 MB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-rsqrt
Compute the reciprocal square root for each element in a strided array.
Language: JavaScript - Size: 3.2 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-trunc
Round each element in a strided array toward zero.
Language: JavaScript - Size: 2.4 MB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-floor
Round each element in a strided array toward negative infinity.
Language: JavaScript - Size: 3.07 MB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-cbrt
Compute the cube root of each element in a strided array.
Language: JavaScript - Size: 2.69 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 1
stdlib-js/math-strided-special-abs
Compute the absolute value for each element in a strided array.
Language: JavaScript - Size: 2.53 MB - Last synced at: 3 months ago - Pushed at: 6 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: 748 KB - Last synced at: about 24 hours ago - Pushed at: 6 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: 896 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0