Updated 9 months ago

@stdlib/iter-for-each • Rank 4.5 • Science 44%

Create an iterator which invokes a function for each iterated value before returning the iterated value.

Updated 9 months ago

ndarray-filter-map • Science 44%

Filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.

Updated 9 months ago

ndarray-map • Science 26%

Apply a callback to elements in an input ndarray and assign results to elements in a new output ndarray.

Updated 9 months ago

@stdlib/ndarray-base-for-each • Science 44%

Invoke a callback function once for each ndarray element.

Updated 9 months ago

ndarray-fill-by • Science 44%

Fill an input ndarray according to a callback function.

Updated 9 months ago

array-base-for-each • Science 44%

Invoke a callback function once for each array element.

Updated 9 months ago

ndarray-base-fill-by • Science 44%

Fill an input ndarray according to a callback function.

Updated 9 months ago

ndarray-for-each • Science 44%

Invoke a callback function once for each ndarray element.

Updated 9 months ago

ndarray-base-map • Science 44%

Apply a callback to elements in an input ndarray and assign results to elements in an output ndarray.