Updated 10 months ago

array-base-min-signed-integer-dtype • Rank 0.0 • Science 44%

Determine the minimum array data type for storing a provided signed integer value.

Updated 10 months ago

napi-argv-strided-complex64array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to a single-precision complex floating-point array.

Updated 10 months ago

math-base-napi-binary • Rank 0.0 • Science 44%

C APIs for registering an N-API module exporting an interface for invoking a binary numerical function.

Updated 10 months ago

@stdlib/blas-base-dsdot • Rank 4.3 • Science 39%

Calculate the dot product with extended accumulation and result of two single-precision floating-point vectors.

Updated 10 months ago

@stdlib/blas-ext-base-dcusumpw • Rank 4.0 • Science 39%

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

Updated 10 months ago

@stdlib/blas-ext-base-dasumpw • Rank 3.8 • Science 39%

Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.

Updated 10 months ago

@stdlib/object-assign • Rank 9.8 • Science 26%

Copy enumerable own properties from one or more source objects to a target object.

Updated 10 months ago

@stdlib/number-float64-base-to-int64-bytes • Rank 9.1 • Science 26%

Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.

Updated 10 months ago

@stdlib/random-array-discrete-uniform • Rank 8.4 • Science 26%

Create an array containing pseudorandom numbers drawn from a discrete uniform distribution.

Updated 10 months ago

@stdlib/iter-map • Rank 5.2 • Science 26%

Create an iterator which invokes a function for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-expit • Rank 4.1 • Science 26%

Create an iterator which evaluates the standard logistic function for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-rad2deg • Rank 4.0 • Science 26%

Create an iterator which converts an angle from radians to degrees for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-rsqrt • Rank 3.9 • Science 26%

Create an iterator which computes the reciprocal (inverse) square root of each iterated value.

Updated 10 months ago

@stdlib/ndarray-base-napi-dtype-string-to-dtype • Rank 3.8 • Science 26%

C API for returning the ndarray data type corresponding to a data type string.

Updated 10 months ago

@stdlib/stats-base-dmskmin • Rank 3.7 • Science 26%

Calculate the minimum value of a double-precision floating-point strided array according to a mask.

Updated 10 months ago

@stdlib/stats-iter-cumeanabs2 • Rank 3.6 • Science 26%

Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.

Updated 10 months ago

@stdlib/time-minutes-in-year • Rank 3.4 • Science 26%

Determine the number of minutes in a year according to the Gregorian calendar.

Updated 10 months ago

@stdlib/math-strided-special-srsqrt • Rank 3.4 • Science 26%

Compute the reciprocal square root for each element in a single-precision floating-point strided array.

Updated 10 months ago

@stdlib/math-iter-special-inv • Rank 3.3 • Science 26%

Create an iterator which computes the multiplicative inverse of each iterated value.

Updated 10 months ago

@stdlib/blas-ext-base-dapxsumors • Rank 3.1 • Science 26%

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

Updated 10 months ago

@stdlib/math-strided-special-sinv • Rank 3.0 • Science 26%

Compute the multiplicative inverse for each element in a single-precision floating-point strided array.

Updated 10 months ago

@stdlib/iter-head • Rank 3.0 • Science 26%

Create an iterator which returns the first `n` values of a provided iterator.

Updated 10 months ago

@stdlib/assert-is-float64matrix-like • Rank 2.8 • Science 26%

Test if a value is a 2-dimensional ndarray-like object containing double-precision floating-point numbers.

Updated 10 months ago

@stdlib/iter-replicate • Rank 2.7 • Science 26%

Create an iterator which replicates each iterated value a specified number of times.

Updated 10 months ago

@stdlib/utils-async-series-waterfall • Rank 2.6 • Science 26%

Execute functions in series, passing the results of one function as arguments to the next function.

Updated 10 months ago

@stdlib/utils-map3d • Rank 2.5 • Science 26%

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

Updated 10 months ago

@stdlib/string-base-for-each-right • Rank 2.1 • Science 26%

Invoke a function for each UTF-16 code unit in a string iterating from right to left.

Updated 10 months ago

console-log-each • Rank 0.7 • Science 26%

Insert array element values into a format string and print the result.

Updated 10 months ago

ndarray-base-empty • Rank 0.0 • Science 26%

Create an uninitialized ndarray having a specified shape and data type.

Updated 10 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 10 months ago

@stdlib/array-mskput • Science 44%

Replace elements of an array with provided values according to a provided mask array.

Updated 10 months ago

array-little-endian-factory • Science 44%

Return a typed array constructor for creating typed arrays stored in little-endian byte order.

Updated 10 months ago

array-base-cuany-by-right • Science 44%

Cumulatively test whether at least one array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.

Updated 10 months ago

math-base-special-logf • Science 44%

Compute the base `b` logarithm of a single-precision floating-point number.

Updated 10 months ago

@stdlib/random-strided-tools-binary-factory • Science 44%

Create a factory function for filling strided arrays with pseudorandom values drawn from a binary PRNG.

Updated 10 months ago

@stdlib/blas-base-transpose-operation-resolve-enum • Science 26%

Return the enumeration constant associated with a supported BLAS transpose operation value.

Updated 10 months ago

@stdlib/array-base-fancy-slice-assign • Science 44%

Assign element values from a broadcasted input array to corresponding elements in an output array.

Updated 10 months ago

@stdlib/ndarray-slice-dimension-to • Science 44%

Return a read-only truncated view of an input ndarray along a specific dimension.

Updated 10 months ago

@stdlib/ndarray-base-slice-dimension-from • Science 44%

Return a shifted view of an input ndarray along a specific dimension.

Updated 10 months ago

@stdlib/utils-none-in-by • Science 44%

Test whether every property in an object fails a test implemented by a predicate function.

Updated 10 months ago

@stdlib/random-strided-mt19937 • Science 44%

Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.

Updated 10 months ago

array-base-take-indexed2 • Science 44%

Take elements from two indexed arrays in a single pass.

Updated 10 months ago

@stdlib/ndarray-stride • Science 44%

Return the stride along a specified dimension for a provided ndarray.

Updated 10 months ago

array-base-cuevery-by-right • Science 44%

Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.