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 project provides a function to copy elements from one ndarray (n-dimensional array) to another, allowing for flexible assignment between arrays with different shapes, strides, and data types. It's designed for developers working with numerical computations in JavaScript who need to manipulate multi-dimensional array data structures, particularly those using the stdlib library's ndarray implementation.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of stdlib-js/ndarray-base-assign

Account's avatar
stdlib-js/array-base-assert-is-booleanarray
Test if a value is a BooleanArray.
Account's avatar
stdlib-js/array-base-assert-is-complex-typed-array
Test if a value is a complex typed array.
Account's avatar
stdlib-js/blas-base-gscal
Multiply a vector by a scalar constant.
Account's avatar
stdlib-js/complex-base-cast-return
Wrap a function and casts a function's return value to a complex number.
Account's avatar
stdlib-js/complex-ctors
Complex number constructors.
Account's avatar
stdlib-js/complex-float32-ctor
64-bit complex number.
Account's avatar
stdlib-js/complex-float64-ctor
128-bit complex number.
Account's avatar
stdlib-js/ndarray-base-assert-is-complex-floating-point-data-type
Test if an input value is a supported ndarray complex-valued floating-point data type.
Account's avatar
stdlib-js/ndarray-base-assert-is-real-data-type
Test if an input value is a supported ndarray real-valued data type.
Account's avatar
stdlib-js/ndarray-base-bytes-per-element
Return the number of bytes per element for a provided underlying ndarray data type.
Account's avatar
stdlib-js/ndarray-base-iteration-order
Given a stride array, determine array iteration order.
Account's avatar
stdlib-js/ndarray-base-minmax-view-buffer-index
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Account's avatar
stdlib-js/ndarray-base-ndarraylike2object
Convert an ndarray-like object to an object likely to have the same "shape".
Account's avatar
stdlib-js/ndarray-base-numel
Return the number of elements in an array.
Account's avatar
stdlib-js/ndarray-base-strides2order
Determine the order of a multidimensional array based on a provided stride array.
Account's avatar
stdlib-js/ndarray-base-unary-loop-interchange-order
Reorder ndarray dimensions and associated strides for loop interchange.
Account's avatar
stdlib-js/ndarray-base-unary-tiling-block-size
Resolve a loop block size for multi-dimensional array tiled loops.
Account's avatar
stdlib-js/ndarray-base-vind2bind
Convert a linear index in an array view to a linear index in an underlying data buffer.
Account's avatar
stdlib-js/ndarray-ctor
Multidimensional array constructor.
Account's avatar
stdlib-js/ndarray-index-modes
List of ndarray index modes.
Account's avatar
stdlib-js/ndarray-orders
List of ndarray orders.
Account's avatar
stdlib-js/strided-base-reinterpret-boolean
Reinterpret a BooleanArray as a Uint8Array.
Account's avatar
stdlib-js/strided-base-reinterpret-complex
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Account's avatar
stdlib-js/types
stdlib TypeScript type declarations.
Account's avatar
stdlib-js/utils-library-manifest
Load a manifest for compiling source files.
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-typed-complex-ctors
Complex typed array constructors.
Account's avatar
stdlib-js/fs-read-dir
Read the entire contents of a directory.
Account's avatar
stdlib-js/fs-read-file
Read the entire contents of a file.
Account's avatar
stdlib-js/fs-read-json
Read a file as JSON.
Account's avatar
stdlib-js/fs-unlink
Remove a directory entry.
Account's avatar
stdlib-js/fs-write-file
Write data to a file.
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-cbrt
Compute the cube root of a double-precision floating-point number.
Account's avatar
stdlib-js/math-base-special-floor
Round a double-precision floating-point number toward negative infinity.
Account's avatar
stdlib-js/math-base-special-pow
Exponential function.
Account's avatar
stdlib-js/math-base-special-sqrt
Compute the principal square root of a double-precision floating-point number.
Account's avatar
stdlib-js/ndarray-base-char2dtype
Return the data type string associated with a provided single letter abbreviation.
Account's avatar
stdlib-js/ndarray-base-dtype-char
Return the single letter character abbreviation for an underlying array data type.
Account's avatar
stdlib-js/ndarray-base-dtype-desc
Return the description for a provided data type.
Account's avatar
stdlib-js/ndarray-base-dtype2c
Return the C data type associated with a provided data type value.
Account's avatar
stdlib-js/ndarray-base-shape2strides
Generate a stride array from an array shape.
Account's avatar
stdlib-js/ndarray-base-to-array
Convert an ndarray buffer to a generic array.
Account's avatar
stdlib-js/ndarray-dtypes
List of ndarray data types.
Account's avatar
stdlib-js/ndarray-mostly-safe-casts
Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.
Account's avatar
stdlib-js/random-base-discrete-uniform
Discrete uniform distributed pseudorandom numbers.
Account's avatar
stdlib-js/string-format
Insert supplied variable values into a format string.
Account's avatar
stdlib-js/string-replace
Replace search occurrences with a replacement string.
Account's avatar
stdlib-js/string-substring-after
Return the part of a string after a specified substring.

Support the repos that depend on this repository

Top contributors

stdlib-bot's profile
stdlib-bot
37 contributions

Recent events

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

No events yet
stdlib-js

stdlib-js/ndarray-base-assign

Assign elements in a input ndarray to elements in an output ndarray.

C
1
0
Apache License 2.0