Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

This is a JavaScript library for applying a binary function to pairs of elements from strided input arrays, based on a callback function, and storing the results in a strided output array. It's part of the stdlib project, which provides a standard library for numerical and scientific computing in JavaScript. The library is designed for developers working on numerical computations who need flexible array manipulation with custom indexing patterns.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of stdlib-js/strided-base-map-by2

Account's avatar
stdlib-js/array-base-accessor-getter
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Account's avatar
stdlib-js/array-base-accessor-setter
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Account's avatar
stdlib-js/array-base-assert-is-accessor-array
Test if an array-like object supports the accessor (get/set) protocol.
Account's avatar
stdlib-js/array-base-getter
Return an accessor function for retrieving an element from an indexed array-like object.
Account's avatar
stdlib-js/array-base-setter
Return an accessor function for setting an element in an indexed array-like object.
Account's avatar
stdlib-js/array-dtype
Return the data type of an array.
Account's avatar
stdlib-js/strided-base-stride2offset
Determine the index offset which specifies the location of the first indexed value in a strided array.
Account's avatar
stdlib-js/types
stdlib TypeScript type declarations.
Account's avatar
stdlib-js/utils-define-nonenumerable-read-only-property
Define a non-enumerable read-only property.
Account's avatar
stdlib-js/array-complex128
Complex128Array.
Account's avatar
stdlib-js/array-complex64
Complex64Array.
Account's avatar
stdlib-js/array-filled
Create a filled array.
Account's avatar
stdlib-js/array-filled-by
Create a filled array according to a provided callback function.
Account's avatar
stdlib-js/array-float32
Float32Array.
Account's avatar
stdlib-js/array-float64
Float64Array.
Account's avatar
stdlib-js/complex-float32-base-add
Add two single-precision complex floating-point numbers.
Account's avatar
stdlib-js/complex-float32-base-identity
Evaluate the identity function for a single-precision complex floating-point number.
Account's avatar
stdlib-js/complex-float64-base-add
Add two double-precision complex floating-point numbers.
Account's avatar
stdlib-js/complex-float64-ctor
128-bit complex number.
Account's avatar
stdlib-js/complex-float64-imag
Return the imaginary component of a double-precision complex floating-point number.
Account's avatar
stdlib-js/complex-float64-real
Return the real component of a double-precision complex floating-point number.
Account's avatar
stdlib-js/math-base-assert-is-nan
Test if a double-precision floating-point numeric value is NaN.
Account's avatar
stdlib-js/math-base-special-pow
Exponential function.
Account's avatar
stdlib-js/number-float64-base-add
Compute the sum of two double-precision floating-point numbers.
Account's avatar
stdlib-js/number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
Account's avatar
stdlib-js/random-base-discrete-uniform
Discrete uniform distributed pseudorandom numbers.
Account's avatar
stdlib-js/random-base-uniform
Uniformly distributed pseudorandom numbers.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
Planeshifter/tap-min
Minimal TAP output formatter.
Account's avatar
stdlib-js/bench-harness
Benchmark harness.

Support the repos that depend on this repository

Top contributors

stdlib-bot's profile
stdlib-bot
63 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
stdlib-js

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.

JavaScript
2
0
Apache License 2.0