This is a low-level numerical computing library for JavaScript that provides functions to apply a unary operation to elements of a double-precision floating-point array, but only for elements where a corresponding mask array has a value of 1. The output is written to a separate output array, allowing for efficient in-place or out-of-place operations with custom strides for advanced use cases. It's part of the stdlib project, which aims to provide high-performance numerical and scientific computing capabilities for web and Node.js environments.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
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.