Ecosyste.ms: Repos

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

Package Usage: npm: @stdlib/utils-nary-function

Create a function that invokes a provided function with a specified number of arguments.
2 versions
Latest release: 9 months ago
32 dependent packages
613 downloads last month

View more package details: https://packages.ecosyste.ms/registries/npmjs.org/packages/@stdlib/utils-nary-function

View more repository details: https://repos.ecosyste.ms/hosts/GitHub/repositories/stdlib-js%2Futils-nary-function

Dependent Repos 15

stdlib-js/ndarray-base-unary-by
Apply a unary function to each element retrieved from a input ndarray according to a callback function and assign results to elements in an output ndarray.
  • ^0.0.x package.json

Size: 874 KB - Last synced: about 1 month ago - Pushed: about 2 months ago

stdlib-js/utils-map5d
Apply a function to each nested element in a five-dimensional nested array and assign the result to a nested element in a new five-dimensional nested array.
  • ^0.0.x package.json

Size: 1.1 MB - Last synced: 27 days ago - Pushed: about 2 months ago

stdlib-js/utils-map
Apply a function to each element in an array and assign the result to an element in an output array.
  • ^0.0.x package.json

Size: 1.86 MB - Last synced: 27 days ago - Pushed: about 2 months ago

stdlib-js/utils-map-reduce
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
  • ^0.0.x package.json

Size: 1.74 MB - Last synced: 7 days ago - Pushed: about 2 months ago

stdlib-js/utils-map-reduce-right
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.
  • ^0.0.x package.json

Size: 1.74 MB - Last synced: 27 days ago - Pushed: about 2 months ago

stdlib-js/utils-map3d
Apply a function to each nested element in a three-dimensional nested array and assign the result to a nested element in a new three-dimensional nested array.
  • ^0.0.x package.json

Size: 864 KB - Last synced: 27 days ago - Pushed: about 2 months ago

stdlib-js/utils-map2
Apply a function to elements in two input arrays and assign the results to an output array.
  • ^0.0.x package.json

Size: 1.87 MB - Last synced: 27 days ago - Pushed: about 2 months ago

stdlib-js/utils-map4d
Apply a function to each nested element in a four-dimensional nested array and assign the result to a nested element in a new four-dimensional nested array.
  • ^0.0.x package.json

Size: 999 KB - Last synced: 27 days ago - Pushed: about 2 months ago

stdlib-js/utils-reduce
Apply a function against an accumulator and each element in a collection and return the accumulated result.
  • ^0.0.x package.json

Size: 1.75 MB - Last synced: 8 days ago - Pushed: about 2 months ago

stdlib-js/utils-map-right
Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.
  • ^0.0.x package.json

Size: 1.86 MB - Last synced: 27 days ago - Pushed: about 2 months ago

stdlib-js/utils-map2-right
Apply a function to elements in two input arrays while iterating from right to left and assign the results to an output array.
  • ^0.0.x package.json

Size: 1.88 MB - Last synced: 27 days ago - Pushed: about 2 months ago

stdlib-js/array-linspace
Generate a linearly spaced numeric array.
  • ^0.0.x package.json

Size: 1.32 MB - Last synced: 26 days ago - Pushed: about 2 months ago

stdlib-js/utils-reduce-right
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
  • ^0.0.x package.json

Size: 1.78 MB - Last synced: 27 days ago - Pushed: about 2 months ago

stdlib-js/console-log-each
Insert array element values into a format string and print the result.
  • ^0.0.x package.json

Size: 712 KB - Last synced: 5 days ago - Pushed: about 2 months ago

stdlib-js/utils-reduce2d
Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.
  • ^0.0.x package.json

Size: 749 KB - Last synced: 27 days ago - Pushed: about 2 months ago

stdlib-js/utils-map2d
Apply a function to each nested element in an array of arrays and assign the result to a nested element in a new array of arrays.
  • ^0.0.x package.json

Size: 1.1 MB - Last synced: 26 days ago - Pushed: about 2 months ago

stdlib-js/array-base-flatten5d-by
Flatten a five-dimensional nested array according to a callback function.
  • ^0.0.1 package.json

Size: 256 KB - Last synced: 27 days ago - Pushed: about 2 months ago

stdlib-js/ndarray-dispatch-by
Create an ndarray function interface which accepts a callback function and performs multiple dispatch.
  • ^0.0.1 package.json

Size: 741 KB - Last synced: 7 days ago - Pushed: about 2 months ago

stdlib-js/string-base-right-pad
Right pad a string.
  • ^0.0.1 package.json

Size: 297 KB - Last synced: 27 days ago - Pushed: about 2 months ago

stdlib-js/array-base-flatten4d-by
Flatten a four-dimensional nested array according to a callback function.
  • ^0.0.1 package.json

Size: 248 KB - Last synced: 27 days ago - Pushed: about 2 months ago

stdlib-js/array-base-flatten3d-by
Flatten a three-dimensional nested array according to a callback function.
  • ^0.0.1 package.json

Size: 243 KB - Last synced: 26 days ago - Pushed: about 2 months ago

stdlib-js/array-base-flatten-by
Flatten an n-dimensional nested array according to a callback function.
  • ^0.0.1 package.json

Size: 750 KB - Last synced: 23 days ago - Pushed: 23 days ago

stdlib-js/array-base-flatten2d-by
Flatten a two-dimensional nested array according to a callback function.
  • ^0.0.1 package.json

Size: 263 KB - Last synced: 27 days ago - Pushed: about 2 months ago

stdlib-js/array-base-map3d
Apply a function to elements in a three-dimensional nested input array and assign results to elements in a new three-dimensional nested output array.
  • ^0.1.0 package.json

Size: 252 KB - Last synced: 8 days ago - Pushed: about 2 months ago

stdlib-js/array-base-map2d
Apply a function to elements in a two-dimensional nested input array and assign results to elements in a new two-dimensional nested output array.
  • ^0.1.0 package.json

Size: 393 KB - Last synced: 26 days ago - Pushed: about 2 months ago

stdlib-js/array-base-map5d
Apply a function to elements in a five-dimensional nested input array and assign results to elements in a new five-dimensional nested output array.
  • ^0.1.0 package.json

Size: 219 KB - Last synced: 7 days ago - Pushed: about 2 months ago

stdlib-js/array-base-map4d
Apply a function to elements in a four-dimensional nested input array and assign results to elements in a new four-dimensional nested output array.
  • ^0.1.0 package.json

Size: 218 KB - Last synced: 7 days ago - Pushed: about 2 months ago

stdlib-js/ndarray-base-unary-output-dtype
Resolve the output ndarray data type for a unary function.
  • ^0.1.0 package.json

Size: 600 KB - Last synced: 27 days ago - Pushed: about 2 months ago

stdlib-js/array-base-every-by
Test whether all elements in an array pass a test implemented by a predicate function.
  • ^0.1.0 package.json

Size: 598 KB - Last synced: 7 days ago - Pushed: about 2 months ago

stdlib-js/array-base-every-by-right
Test whether all elements in an array pass a test implemented by a predicate function, iterating from right to left.
  • ^0.1.0 package.json

Size: 524 KB - Last synced: 8 days ago - Pushed: about 2 months ago

stdlib-js/array-base-none-by
Test whether all elements in an array fail a test implemented by a predicate function.
  • ^0.1.0 package.json

Size: 517 KB - Last synced: 8 days ago - Pushed: about 2 months ago

stdlib-js/array-base-none-by-right
Test whether all elements in an array fail a test implemented by a predicate function, iterating from right to left.
  • ^0.1.0 package.json

Size: 516 KB - Last synced: 6 days ago - Pushed: about 2 months ago

stdlib-js/array-base-any-by
Test whether at least one element in an array passes a test implemented by a predicate function.
  • ^0.1.0 package.json

Size: 519 KB - Last synced: 8 days ago - Pushed: about 2 months ago

stdlib-js/array-base-any-by-right
Test whether at least one element in an array passes a test implemented by a predicate function, while iterating from right to left.
  • ^0.1.0 package.json

Size: 487 KB - Last synced: 7 days ago - Pushed: about 2 months ago

stdlib-js/array-base-filter
Return a shallow copy of an array containing only those elements which pass a test implemented by a predicate function.
  • ^0.1.0 package.json

Size: 1.15 MB - Last synced: 8 days ago - Pushed: about 2 months ago

stdlib-js/array-base-reject
Return a shallow copy of an array containing only those elements which fail a test implemented by a predicate function.
  • ^0.1.0 package.json

Size: 1.12 MB - Last synced: 8 days ago - Pushed: about 2 months ago