Return an element from a two-dimensional nested array.
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.
Create a four-dimensional nested array filled with ones.
Apply a binary callback to elements in two three-dimensional nested input arrays according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
Apply a unary function to each element retrieved from a three-dimensional nested input array according to a callback function and assign results to elements in a three-dimensional nested output array.
Apply a binary callback to elements in two four-dimensional nested input arrays according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.
Fill a strided array with pseudorandom numbers drawn from a continuous uniform distribution.
Return an element from a five-dimensional nested array.
Fill a strided array with pseudorandom numbers drawn from an exponential distribution.
Fill a strided array with uniformly distributed pseudorandom numbers between 0 and 1.
Apply a unary function to each element retrieved from a two-dimensional nested input array according to a callback function and assign results to elements in a two-dimensional nested output array.
Apply a quinary callback to elements in five broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
Fill a strided array with pseudorandom numbers drawn from an arcsine distribution.
Apply a unary callback to elements in a three-dimensional nested input array according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a five-dimensional nested output array.
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
Distance metrics for strided arrays.
Apply a ternary callback to elements in three two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
Apply a function to elements in a four-dimensional nested input array and assign results to elements in a new four-dimensional nested output array.
Apply a binary callback to elements in two three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
Return an element from an n-dimensional nested array.
Create an iterator which steps by a specified amount.
Apply a function to elements in a two-dimensional nested input array and assign results to elements in a new two-dimensional nested output array.