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/iter-last • Rank 5.1 • Science 44%

Consume an entire iterator and return the last 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/iter-any-by • Rank 3.3 • Science 44%

Test whether at least one iterated value passes a test implemented by a predicate function.

Updated 6 months ago

@stdlib/iter-every-by • Rank 2.8 • Science 44%

Test whether every iterated value passes a test implemented by a predicate function.

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

@stdlib/iter-none-by • Rank 2.6 • Science 44%

Test whether every iterated value fails a test implemented by a predicate function.

Updated 6 months ago

@stdlib/iter-some-by • Rank 2.6 • Science 44%

Test whether at least `n` iterated values pass a test implemented by a predicate function.

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

iter-flow • Rank 0.7 • Science 44%

Create a fluent interface for chaining together iterator methods.

Updated 6 months ago

iter-any • Rank 0.7 • Science 44%

Test whether at least one iterated value is truthy.

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

iter-cuany-by • Science 44%

Create an iterator which cumulatively tests whether at least one iterated value passes 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

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

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

Updated 5 months ago

https://github.com/hansalemaos/cythonflatiter • Science 13%

Locates values in NumPy Arrays with Cython

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-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

ndarray-iter-subarrays • Science 44%

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

Updated 6 months ago

iter-cunone • Science 44%

Create an iterator which cumulatively tests whether every iterated value is falsy.

Updated 6 months ago

iter-cuevery • Science 44%

Create an iterator which cumulatively tests whether every iterated value is truthy.

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

@stdlib/iter-cuany • Science 44%

Create an iterator which cumulatively tests whether at least one iterated value is truthy.

Updated 6 months ago

ndarray-iter-matrices • Science 44%

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