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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mikolalysenko/ndarray-stencil

Account's avatar
scijs/cwise
Component-wise operations on ndarrays
Account's avatar
mikolalysenko/dup
Initialize an array of arrays to a constant
Account's avatar
mikolalysenko/ndarray-unpack
Converts an ndarray into an array-of-arrays
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
mikolalysenko/zeros
Initialize an ndarray with zeros
Account's avatar
mikolalysenko/ndarray-proxy
Turns functions into ndarrays
Account's avatar
mikolalysenko/ndarray-ops
Common operations for ndarray arrays

Support the repos that depend on this repository

Top contributors

mikolalysenko's profile
mikolalysenko
11 contributions

Recent events

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

No events yet
mikolalysenko

mikolalysenko/ndarray-stencil

Stencil operators for ndarrays

JavaScript
5
1
MIT License

`ndarray-stencil` provides a tiny library for applying custom stencil kernels to **ndarray** objects in JavaScript. By supplying a list of neighbor offsets and a function that computes a new value from those neighbors, it generates an iterator that can perform cellular‑automata, diffusion, PDE discretizations, etc., on multidimensional numeric grids. The package is aimed at developers working with scientific‑computing or image‑processing code that uses the **ndarray** data structure.