Updated 6 months ago

@stdlib/math-strided-special-sin-by • Rank 2.6 • Science 44%

Compute the sine of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/array-base-unitspace • Rank 2.6 • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1.

Updated 6 months ago

@stdlib/strided-napi-mskunary • Rank 2.6 • Science 44%

C API for registering an N-API module exporting a strided array interface for applying a unary callback to an input strided array according to a mask strided array.

Updated 6 months ago

@stdlib/array-base-every-by-right • Rank 2.6 • Science 44%

Test whether all elements in an array pass a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/array-base-quinary5d • Rank 2.6 • Science 44%

Apply a quinary callback to elements in five five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.

Updated 6 months ago

@stdlib/utils-map4d • Rank 2.6 • Science 44%

Apply a function to each nested element in a four-dimensional nested array and assign the result to a nested element in a new four-dimensional nested array.

Updated 6 months ago

@stdlib/math-strided-special-cbrt-by • Rank 2.5 • Science 44%

Compute the cube root of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/array-base-broadcasted-unary2d • Rank 2.5 • Science 44%

Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a two-dimensional nested output array.

Updated 6 months ago

@stdlib/blas-base-zaxpy • Rank 2.5 • Science 44%

Scale a double-precision complex floating-point vector by a double-precision complex floating-point constant and add the result to a double-precision complex floating-point vector.

Updated 6 months ago

@stdlib/array-base-broadcasted-quinary2d • Rank 2.5 • Science 44%

Apply a quinary callback to elements in five broadcasted input arrays and assign results to elements in a two-dimensional nested output array.

Updated 6 months ago

@stdlib/array-base-ternary5d • Rank 2.5 • Science 44%

Apply a ternary callback to elements in three five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.

Updated 6 months ago

@stdlib/array-base-ternary3d • Rank 2.5 • Science 44%

Apply a ternary callback to elements in three three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.

Updated 6 months ago

@stdlib/array-base-mskunary2d • Rank 2.5 • Science 44%

Apply a unary callback to elements in a two-dimensional nested input array according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.

Updated 6 months ago

@stdlib/utils-map5d • Rank 2.5 • Science 44%

Apply a function to each nested element in a five-dimensional nested array and assign the result to a nested element in a new five-dimensional nested array.

Updated 6 months ago

@stdlib/strided-base-cmap • Rank 2.5 • Science 44%

Apply a unary function to a single-precision complex floating-point strided input array and assign results to a single-precision complex floating-point strided output array.

Updated 6 months ago

@stdlib/array-base-broadcasted-binary3d • Rank 2.4 • Science 44%

Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a three-dimensional nested output array.

Updated 6 months ago

@stdlib/strided-napi-dmap2 • Rank 2.4 • Science 44%

C API for registering a Node-API module exporting a strided array interface for applying a binary callback accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assigning results to elements in a double-precision floating-point strided output array.

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

@stdlib/array-base-broadcasted-unary3d • Rank 2.4 • Science 44%

Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a three-dimensional nested output array.

Updated 6 months ago

@stdlib/array-base-broadcasted-unary4d • Rank 2.4 • Science 44%

Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a four-dimensional nested output array.

Updated 6 months ago

@stdlib/array-base-unary5d • Rank 2.4 • Science 44%

Apply a unary callback to elements in a five-dimensional nested input array and assign results to elements in a five-dimensional nested output array.

Updated 6 months ago

@stdlib/napi-argv-strided-int16array • Rank 2.3 • Science 44%

Convert a Node-API value representing a strided array to a signed 16-bit integer array.

Updated 6 months ago

@stdlib/strided-base-unary-by • Rank 2.3 • Science 44%

Apply a unary function to each element retrieved from a strided input array according to a callback function and assign results to a strided output array.

Updated 6 months ago

@stdlib/utils-until-each • Rank 2.2 • Science 44%

Until a test condition is true, invoke a function for each element in a collection.

Updated 6 months ago

@stdlib/strided-napi-nullary • Rank 2.2 • Science 44%

C API for registering a Node-API module exporting a strided array interface for applying a nullary callback.

Updated 6 months ago

@stdlib/array-base-quinary3d • Rank 2.2 • Science 44%

Apply a quinary callback to elements in five three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.

Updated 6 months ago

@stdlib/array-base-quaternary4d • Rank 2.1 • Science 44%

Apply a quaternary callback to elements in four four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.

Updated 6 months ago

@stdlib/math-strided-special-dcbrt-by • Rank 2.1 • Science 44%

Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.

Updated 6 months ago

@stdlib/ndarray-dispatch-by • Rank 1.9 • Science 44%

Create an ndarray function interface which accepts a callback function and performs multiple dispatch.

Updated 6 months ago

@stdlib/utils-map2d • Rank 1.8 • Science 44%

Apply a function to each nested element in an array of arrays and assign the result to a nested element in a new array of arrays.

Updated 6 months ago

@stdlib/utils-key-by • Rank 1.8 • Science 44%

Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.

Updated 6 months ago

random-array-kumaraswamy • Rank 1.6 • Science 44%

Create an array containing pseudorandom numbers drawn from Kumaraswamy's double bounded distribution.

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/strided-dispatch-by • Rank 1.6 • Science 44%

Create a strided array function interface which accepts a callback function and performs multiple dispatch.

Updated 6 months ago

@stdlib/assert-is-complex64ndarray-like • Rank 1.4 • Science 44%

Test if a value is an ndarray-like object containing single-precision complex floating-point numbers.

Updated 6 months ago

@stdlib/array-one-to-like • Rank 1.4 • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.

Updated 6 months ago

@stdlib/napi-argv-strided-int32array • Rank 1.4 • Science 44%

Convert a Node-API value representing a strided array to a signed 32-bit integer array.

Updated 6 months ago

@stdlib/napi-argv-complex128array • Rank 1.4 • Science 44%

Convert a Node-API value to a double-precision complex floating-point array.

Updated 6 months ago

@stdlib/blas-ext-base-dapxsumpw • Rank 6.0 • Science 39%

Adds a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.

Updated 6 months ago

math-strided-special-scbrt • Rank 0.7 • Science 44%

Compute the cube root of each element in a single-precision floating-point strided array.

Updated 6 months ago

blas-ext-base-dsapxsum • Rank 0.7 • Science 44%

Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.

Updated 6 months ago

utils-while-each • Rank 0.7 • Science 44%

While a test condition is true, invoke a function for each element in a collection.

Updated 6 months ago

blas-ext-base-dcusum • Rank 0.7 • Science 44%

Calculate the cumulative sum of double-precision floating-point strided array elements.

Updated 6 months ago

strided-base-ternary • Rank 0.7 • Science 44%

Apply a ternary callback to strided input array elements and assign results to elements in a strided output array.