A collection of functions for operating upon Entries.
Create an iterator which invokes a function for each iterated value before returning the iterated value.
Filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.
Apply a callback to elements in an input ndarray and assign results to elements in a new output ndarray.
Invoke a callback function once for each ndarray element.
Fill an input ndarray with a specified value.
Fill an input ndarray according to a callback function.
Invoke a callback function once for each array element.
Apply a callback to elements in an input ndarray and assign results to elements in an output ndarray.