Updated 6 months ago

@stdlib/iter-pop • Rank 5.3 • Science 44%

Create an iterator which skips the last value of a provided iterator.

Updated 6 months ago

@stdlib/array-base-mskunary2d • Rank 2.5 • Science 44%

Apply a unary callback to elements in a two-dimensional nested input array according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.

Updated 6 months ago

@stdlib/iter-shift • Rank 1.8 • Science 44%

Create an iterator which skips the first value of a provided iterator.

Updated 6 months ago

array-base-mskbinary2d • Rank 0.0 • Science 44%

Apply a binary callback to elements in two two-dimensional nested input arrays according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.

Updated 6 months ago

array-base-mskunary4d • Rank 0.0 • Science 44%

Apply a unary callback to elements in a four-dimensional nested input array according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.

Updated 6 months ago

array-base-mskunary5d • Rank 0.0 • Science 44%

Apply a unary callback to elements in a five-dimensional nested input array according to elements in a five-dimensional nested mask array and assign results to elements in a five-dimensional nested output array.

Updated 6 months ago

array-base-mskbinary4d • Science 44%

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.

Updated 6 months ago

array-base-mskbinary3d • Science 44%

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.

Updated 6 months ago

array-base-mskbinary5d • Science 44%

Apply a binary callback to elements in two five-dimensional nested input arrays according to elements in a five-dimensional nested mask array and assign results to elements in a five-dimensional nested output array.

Updated 6 months ago

@stdlib/array-base-mskunary3d • Science 44%

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.

Updated 6 months ago

array-base-without • Science 44%

Return a new array containing every element from an input array, except for the element at a specified index.