Updated 6 months ago

@stdlib/iter-linspace • Rank 6.2 • Science 44%

Create an iterator which returns evenly spaced numbers over a specified interval.

Updated 6 months ago

@stdlib/math-iter-tools-map • Rank 5.8 • Science 44%

Create an iterator which invokes a unary function accepting a single numeric argument for each iterated value.

Updated 6 months ago

@stdlib/math-iter-tools-map2 • Rank 4.1 • Science 44%

Create an iterator which invokes a binary function accepting numeric arguments for each iterated value.

Updated 6 months ago

@stdlib/iter-incrspace • Rank 3.8 • Science 44%

Create an iterator which returns evenly spaced numbers according to a specified increment.

Updated 6 months ago

@stdlib/array-to-circular-iterator • Rank 3.7 • Science 44%

Create an iterator which repeatedly iterates over the elements of an array-like object.

Updated 6 months ago

@stdlib/iter-to-array-view-right • Rank 3.6 • Science 44%

Fill an array-like object view from right to left with values returned from an iterator.

Updated 6 months ago

@stdlib/utils-map-function • Rank 3.3 • Science 44%

Invoke a function n times and return an array of accumulated function return values.

Updated 6 months ago

@stdlib/ndarray-iter-row-entries • Rank 2.7 • Science 44%

Create an iterator which returns [index, row] pairs for each row in a matrix (or stack of matrices).

Updated 6 months ago

@stdlib/ndarray-iter-entries • Rank 2.6 • Science 44%

Create an iterator which returns [index, value] pairs for each element in a provided ndarray.

Updated 6 months ago

ndarray-iter-indices • Rank 2.4 • Science 44%

Create an iterator which returns indices for use indexing into an ndarray having a specified shape.

Updated 6 months ago

@stdlib/iter-dedupe-by • Rank 2.3 • Science 44%

Create an iterator which removes consecutive values that resolve to the same value according to a provided function.

Updated 6 months ago

math-iter-tools-map3 • Rank 0.0 • Science 44%

Create an iterator which invokes a ternary function accepting numeric arguments for each iterated value.

Updated 6 months ago

ndarray-iter-matrices • Science 44%

Create an iterator which iterates over each matrix in a stack of matrices.

Updated 6 months ago

ndarray-iter-subarrays • Science 44%

Create an iterator which iterates over each subarray in a stack of subarrays.

Updated 6 months ago

@stdlib/ndarray-iter-columns • Science 44%

Create an iterator which iterates over each column in a matrix (or stack of matrices).

Updated 6 months ago

ndarray-iter-stacks • Science 44%

Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.

Updated 6 months ago

iter-cunone-by • Science 44%

Create an iterator which cumulatively tests whether every iterated value fails a test implemented by a predicate function.

Updated 6 months ago

iter-cusome • Science 44%

Create an iterator which cumulatively tests whether at least `n` iterated values are truthy.

Updated 6 months ago

iter-cuevery-by • Science 44%

Create an iterator which cumulatively tests whether every iterated value passes a test implemented by a predicate function.

Updated 6 months ago

@stdlib/ndarray-iter-rows • Science 44%

Create an iterator which iterates over each row in a matrix (or stack of matrices).