Updated 6 months ago

@stdlib/iter-slice • Rank 4.3 • Science 44%

Create an iterator which returns a subsequence of iterated values from a provided iterator.

Updated 6 months ago

@stdlib/array-base-mskreject-map • Rank 1.6 • Science 44%

Apply a mask to a provided input array and map the unmasked values according to a callback function.

Updated 6 months ago

@stdlib/iter-head • Rank 3.0 • Science 26%

Create an iterator which returns the first `n` values of a provided iterator.

Updated 6 months ago

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

Take elements from either one of two arrays depending on a condition.

Updated 6 months ago

array-base-mskfiltern • Science 44%

Apply a mask to one or more provided input arrays in a single pass.

Updated 6 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 6 months ago

ndarray-reject • Science 44%

Return a shallow copy of an ndarray containing only those elements which fail a test implemented by a predicate function.

Updated 6 months ago

ndarray-filter • Science 44%

Return a shallow copy of an ndarray containing only those elements which pass a test implemented by a predicate function.

Updated 6 months ago

array-base-take-indexed2 • Science 44%

Take elements from two indexed arrays in a single pass.

Updated 6 months ago

@stdlib/array-base-take-map • Science 44%

Take elements from an array and return a new array after applying a mapping function.