Updated 6 months ago

@stdlib/array-base-index-of • Rank 6.2 • Science 44%

Return the index of the first element which equals a provided search element.

Updated 6 months ago

@stdlib/fs-resolve-parent-path-by • Rank 2.8 • Science 44%

Resolve a path according to a predicate function by walking parent directories.

Updated 6 months ago

@stdlib/utils-find • Rank 2.4 • Science 44%

Find elements in an array-like object that satisfy a test condition.

Updated 6 months ago

array-base-last-index-of • Rank 0.0 • Science 26%

Return the index of the last element which equals a provided search element.

Updated 6 months ago

array-base-last-index-of-same-value • Science 44%

Return the index of the last element which equals a provided search element according to the same value algorithm.

Updated 6 months ago

blas-ext-base-dindex-of • Science 44%

Return the first index of a specified search element in a double-precision floating-point strided array.

Updated 6 months ago

blas-ext-base-dlast-index-of • Science 44%

Return the last index of a specified search element in a double-precision floating-point strided array.

Updated 6 months ago

blas-base-igamax • Science 44%

Find the index of the first element having the maximum absolute value.

Updated 6 months ago

fs-resolve-parent-paths • Science 44%

Resolve paths from a set of paths by walking parent directories.

Updated 6 months ago

ndarray-base-some-by • Science 44%

Test whether at least `n` elements in an ndarray pass a test implemented by a predicate function.

Updated 6 months ago

blas-base-wasm-isamax • Science 44%

Find the index of the first element having the maximum absolute value.

Updated 6 months ago

blas-ext-base-sindex-of • Science 44%

Return the first index of a specified search element in a single-precision floating-point strided array.

Updated 6 months ago

ndarray-base-includes • Science 44%

Test whether an ndarray contains a specified value.

Updated 6 months ago

blas-base-wasm-idamax • Science 44%

Find the index of the first element having the maximum absolute value.

Updated 6 months ago

array-base-index-of-same-value • Science 31%

Return the index of the first element which equals a provided search element according to the same value algorithm.