Ecosyste.ms: Repos

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

GitHub topics: strided

stdlib-js/blas-ext-base-snansum

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

Language: JavaScript - Size: 775 KB - Last synced: 10 days ago - Pushed: 10 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dfill

Fill a double-precision floating-point strided array with a specified scalar constant.

Language: JavaScript - Size: 428 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - 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: 438 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dvariancetk

Calculate the variance of a double-precision floating-point strided array using a one-pass textbook algorithm.

Language: JavaScript - Size: 478 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dvarmpn

Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.

Language: JavaScript - Size: 473 KB - Last synced: 12 days ago - Pushed: 14 days 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: 533 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dnannsumors

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

Language: JavaScript - Size: 440 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dsortins

Sort a double-precision floating-point strided array using insertion sort.

Language: JavaScript - Size: 477 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dsortsh

Sort a double-precision floating-point strided array using Shellsort.

Language: JavaScript - Size: 462 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dsort2ins

Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.

Language: JavaScript - Size: 491 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - 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: 521 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsort2sh

Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using Shellsort.

Language: JavaScript - Size: 468 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gsort2ins

Simultaneously sort two strided arrays based on the sort order of the first array using insertion sort.

Language: JavaScript - Size: 842 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gsort2sh

Simultaneously sort two strided arrays based on the sort order of the first array using Shellsort.

Language: JavaScript - Size: 521 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gsortins

Sort a strided array using insertion sort.

Language: JavaScript - Size: 402 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-gsortsh

Sort a strided array using Shellsort.

Language: JavaScript - Size: 1.1 MB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-cumin

Calculate the cumulative minimum of a strided array.

Language: JavaScript - Size: 871 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dcumin

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

Language: JavaScript - Size: 767 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmin

Calculate the minimum value of a double-precision floating-point strided array.

Language: JavaScript - Size: 489 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dminsorted

Calculate the minimum value of a sorted double-precision floating-point strided array.

Language: JavaScript - Size: 468 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmskmin

Calculate the minimum value of a double-precision floating-point strided array according to a mask.

Language: JavaScript - Size: 866 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanmskmin

Calculate the minimum value of a double-precision floating-point strided array according to a mask, ignoring NaN values.

Language: JavaScript - Size: 824 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dnanmin

Calculate the minimum value of a double-precision floating-point strided array, ignoring NaN values.

Language: JavaScript - Size: 861 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-min-by

Calculate the minimum value of a strided array via a callback function.

Language: JavaScript - Size: 496 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-min

Calculate the minimum value of a strided array.

Language: JavaScript - Size: 657 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanmin-by

Calculate the minimum value of a strided array via a callback function, ignoring NaN values.

Language: JavaScript - Size: 499 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanmskmin

Calculate the minimum value of a strided array according to a mask, ignoring NaN values.

Language: JavaScript - Size: 873 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanmin

Calculate the minimum value of a strided array, ignoring NaN values.

Language: JavaScript - Size: 901 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-minsorted

Calculate the minimum value of a sorted strided array.

Language: JavaScript - Size: 496 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-mskmin

Calculate the minimum value of a strided array according to a mask.

Language: JavaScript - Size: 501 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-cumax

Calculate the cumulative maximum of a strided array.

Language: JavaScript - Size: 869 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dcumax

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

Language: JavaScript - Size: 798 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmax

Calculate the maximum value of a double-precision floating-point strided array.

Language: JavaScript - Size: 854 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmaxsorted

Calculate the maximum value of a sorted double-precision floating-point strided array.

Language: JavaScript - Size: 483 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dnanmax

Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.

Language: JavaScript - Size: 801 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dmskmax

Calculate the maximum value of a double-precision floating-point strided array according to a mask.

Language: JavaScript - Size: 811 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-max-by

Calculate the maximum value of a strided array via a callback function.

Language: JavaScript - Size: 509 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dnanmskmax

Calculate the maximum value of a double-precision floating-point strided array according to a mask, ignoring NaN values.

Language: JavaScript - Size: 1.07 MB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-max

Calculate the maximum value of a strided array.

Language: JavaScript - Size: 604 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-maxsorted

Calculate the maximum value of a sorted strided array.

Language: JavaScript - Size: 662 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-mskmax

Calculate the maximum value of a strided array according to a mask.

Language: JavaScript - Size: 478 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanmax-by

Calculate the maximum value of a strided array via a callback function, ignoring NaN values.

Language: JavaScript - Size: 680 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanmskmax

Calculate the maximum value of a strided array according to a mask, ignoring NaN values.

Language: JavaScript - Size: 669 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dsnanmeanpn

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.

Language: JavaScript - Size: 473 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-base-function-object

C APIs for creating and managing strided array function objects.

Language: C - Size: 398 KB - Last synced: 12 days ago - Pushed: 14 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: 791 KB - Last synced: 12 days ago - Pushed: 14 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: 351 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-napi-nullary

C API for registering a Node-API module exporting a strided array interface for applying a nullary callback.

Language: Makefile - Size: 130 KB - Last synced: 13 days ago - Pushed: about 1 month 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: 521 KB - Last synced: 13 days ago - Pushed: 13 days 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: 542 KB - Last synced: 13 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dmeanors

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

Language: JavaScript - Size: 1.13 MB - Last synced: 13 days ago - Pushed: 13 days ago - Stars: 1 - 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: 526 KB - Last synced: 13 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/napi-argv-strided-float64array

Convert a Node-API value representing a strided array to a double-precision floating-point array.

Language: C - Size: 146 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/napi-argv-strided-int16array

Convert a Node-API value representing a strided array to a signed 16-bit integer array.

Language: C - Size: 154 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/napi-argv-strided-int32array

Convert a Node-API value representing a strided array to a signed 32-bit integer array.

Language: C - Size: 146 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/napi-argv-strided-int8array

Convert a Node-API value representing a strided array to a signed 8-bit integer array.

Language: C - Size: 146 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/napi-argv-strided-uint16array

Convert a Node-API value representing a strided array to an unsigned 16-bit integer array.

Language: C - Size: 146 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/napi-argv-strided-uint32array

Convert a Node-API value representing a strided array to an unsigned 32-bit integer array.

Language: C - Size: 146 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/napi-argv-strided-uint8array

Convert a Node-API value representing a strided array to an unsigned 8-bit integer array.

Language: C - Size: 146 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanmax

Calculate the maximum value of a strided array, ignoring NaN values.

Language: JavaScript - Size: 648 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 2 - 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: 379 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dmskrange

Calculate the range of a double-precision floating-point strided array according to a mask.

Language: JavaScript - Size: 849 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dnanmskrange

Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.

Language: JavaScript - Size: 795 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dnanrange

Calculate the range of a double-precision floating-point strided array, ignoring NaN values.

Language: JavaScript - Size: 855 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-drange

Calculate the range of a double-precision floating-point strided array.

Language: JavaScript - Size: 725 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-mskrange

Calculate the range of a strided array according to a mask.

Language: JavaScript - Size: 469 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanmskrange

Calculate the range of a strided array according to a mask, ignoring NaN values.

Language: JavaScript - Size: 631 KB - Last synced: 12 days ago - Pushed: 14 days 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: 485 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanrange

Calculate the range of a strided array, ignoring NaN values.

Language: JavaScript - Size: 503 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-range-by

Calculate the range of a strided array via a callback function.

Language: JavaScript - Size: 608 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-range

Calculate the range of a strided array.

Language: JavaScript - Size: 855 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dmeanwd

Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.

Language: JavaScript - Size: 470 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanmean

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.

Language: JavaScript - Size: 618 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanmeanors

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

Language: JavaScript - Size: 469 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dnanmeanpn

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.

Language: JavaScript - Size: 472 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanmeanwd

Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.

Language: JavaScript - Size: 473 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanvariancech

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.

Language: JavaScript - Size: 501 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanvariancetk

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.

Language: JavaScript - Size: 479 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanvariancewd

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.

Language: JavaScript - Size: 479 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanvarianceyc

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.

Language: JavaScript - Size: 482 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dsmeanwd

Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.

Language: JavaScript - Size: 470 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dsnanmean

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

Language: JavaScript - Size: 1.13 MB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dsnanmeanors

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.

Language: JavaScript - Size: 470 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dsnanmeanwd

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.

Language: JavaScript - Size: 473 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dvariancech

Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.

Language: JavaScript - Size: 477 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dvariancewd

Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.

Language: JavaScript - Size: 479 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dvarianceyc

Calculate the variance of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

Language: JavaScript - Size: 478 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dvarm

Calculate the variance of a double-precision floating-point strided array provided a known mean.

Language: JavaScript - Size: 1.14 MB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dvarmtk

Calculate the variance of a double-precision floating-point strided array provided a known mean and using a one-pass textbook algorithm.

Language: JavaScript - Size: 474 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-napi-cmap

C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a single-precision complex floating-point strided input array and assigning results to a single-precision complex floating-point strided output array.

Language: C - Size: 222 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-base-cmap

Apply a unary function to a single-precision complex floating-point strided input array and assign results to a single-precision complex floating-point strided output array.

Language: JavaScript - Size: 385 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - 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: 190 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-base-dmap

Apply a unary function accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array and assign each result to an element in a double-precision floating-point strided output array.

Language: JavaScript - Size: 365 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-napi-dmap2

C API for registering a Node-API module exporting a strided array interface for applying a binary callback accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assigning results to elements in a double-precision floating-point strided output array.

Language: C - Size: 81.1 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-base-dmap2

Apply a binary function accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assign each result to an element in a double-precision floating-point strided output array.

Language: JavaScript - Size: 444 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-napi-dmskmap

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 according to a corresponding element in a strided mask array and assigning results to elements in a double-precision floating-point strided output array.

Language: C - Size: 192 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-base-dmskmap

Apply a unary function accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assign each result to an element in a double-precision floating-point strided output array.

Language: JavaScript - Size: 369 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - 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: 81.1 KB - Last synced: 12 days ago - Pushed: 14 days 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: 190 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-napi-smap2

C API for registering a Node-API module exporting a strided array interface for applying a binary callback accepting and returning single-precision floating-point numbers to corresponding elements in two single-precision floating-point strided input arrays and assigning results to elements in a single-precision floating-point strided output array.

Language: C - Size: 81.1 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0