Updated 9 months ago

array-base-count-ifs • Science 44%

Perform element-wise evaluation of one or more input arrays according to provided predicate functions and count the number of elements for which all predicates respectively return `true`.

Updated 9 months ago

@stdlib/array-base-count-if • Science 44%

Count the number of elements in an array that satisfy the provided testing function.

Updated 9 months ago

ndarray-base-every • Science 44%

Test whether every element in an ndarray is truthy.

Updated 9 months ago

ndarray-every • Science 44%

Test whether every element along one or more ndarray dimensions is truthy.

Updated 9 months ago

ndarray-some-by • Science 44%

Test whether at least `n` elements along one or more ndarray dimensions pass a test implemented by a predicate function.

Updated 9 months ago

ndarray-base-every-by • Science 44%

Test whether all elements in an ndarray pass a test implemented by a predicate function.

Updated 9 months ago

ndarray-count-if • Science 44%

Count the number of elements along one or more ndarray dimensions which pass a test implemented by a predicate function.

Updated 9 months ago

ndarray-base-count-truthy • Science 44%

Count the number of truthy elements in an ndarray.

Updated 9 months ago

ndarray-count-truthy • Science 44%

Count the number of truthy elements along one or more ndarray dimensions.

Updated 9 months ago

ndarray-base-every-by • Science 44%

Test whether all elements in an ndarray pass a test implemented by a predicate function.

Updated 9 months ago

ndarray-base-count-if • Science 44%

Count the number of elements in an ndarray which pass a test implemented by a predicate function.