Updated 6 months ago

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

Apply a binary function accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assign each result to an element in a double-precision floating-point strided output array.

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

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

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

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

Updated 6 months ago

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

Convert a Node-API value representing a two-dimensional strided array to a signed 8-bit integer array.

Updated 6 months ago

lapack-base-zlaset • Rank 0.0 • Science 44%

Set the off-diagonal elements and the diagonal elements of a double-precision complex floating-point matrix to specified values.

Updated 6 months ago

array-base-cusome-by-right • Rank 0.0 • Science 44%

Cumulatively test whether at least `n` elements in a provided array pass a test implemented by a predicate function, while iterating from right-to-left.

Updated 6 months ago

lapack-base-zrot • Rank 0.0 • Science 44%

LAPACK auxiliary routine to apply a plane rotation with real cosine and complex sine.

Updated 6 months ago

blas-base-zdscal • Rank 0.0 • Science 44%

Scale a double-precision complex floating-point vector by a double-precision floating-point constant.

Updated 6 months ago

utils-for-each-right • Rank 0.0 • Science 44%

Invoke a function for each element in a collection, iterating from right to left.

Updated 6 months ago

math-strided-special-dinv • Rank 0.0 • Science 44%

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

Updated 6 months ago

blas-ext-base-gapxsumors • Rank 0.0 • Science 44%

Adds a constant to each strided array element and computes the sum using ordinary recursive summation.

Updated 6 months ago

utils-do-while-each • Rank 0.0 • Science 44%

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

Updated 6 months ago

blas-ext-base-cfill • Rank 0.0 • Science 44%

Fill a single-precision complex floating-point strided array with a specified scalar constant.

Updated 6 months ago

strided-base-mskunary-addon-dispatch • Rank 0.0 • Science 44%

Dispatch to a native add-on applying a unary function to an input strided array.

Updated 6 months ago

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

Convert a Node-API value representing a two-dimensional strided array to an unsigned 16-bit integer array.

Updated 6 months ago

array-base-mskunary5d • Rank 0.0 • Science 44%

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

Updated 6 months ago

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

Convert a Node-API value representing a two-dimensional strided array to an unsigned 32-bit integer array.

Updated 6 months ago

lapack-base-claset • Rank 0.0 • Science 44%

Set the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values.

Updated 6 months ago

strided-napi-dmskmap • Rank 0.0 • Science 44%

C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assigning results to elements in a double-precision floating-point strided output array.

Updated 6 months ago

stats-base-nanmeanors • Rank 0.0 • Science 44%

Calculate the arithmetic mean of a strided array, ignoring NaN values and using ordinary recursive summation.

Updated 6 months ago

math-strided-special-cos-by • Rank 0.0 • Science 44%

Compute the cosine for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

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

Convert a Node-API value representing a two-dimensional strided array to an unsigned 8-bit integer array.

Updated 6 months ago

strided-base-map-by • Rank 0.0 • Science 44%

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

Updated 6 months ago

array-base-mskbinary2d • Rank 0.0 • Science 44%

Apply a binary callback to elements in two two-dimensional nested input arrays 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

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

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

Updated 6 months ago

strided-base-write-dataview • Rank 0.0 • Science 44%

Copy elements from an input strided array to elements in a strided DataView.

Updated 6 months ago

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

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

Updated 6 months ago

array-base-mskunary4d • Rank 0.0 • Science 44%

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

Updated 6 months ago

array-base-assert-is-same-kind-data-type-cast • Rank 0.0 • Science 44%

Determine if an array data type can be safely cast to, or is of the same kind as, another array data type.

Updated 6 months ago

utils-until-each-right • Rank 0.0 • Science 44%

Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.

Updated 6 months ago

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

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

Updated 6 months ago

strided-napi-zmap • Rank 0.0 • Science 44%

C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision complex floating-point strided input array and assigning results to a double-precision complex floating-point strided output array.

Updated 6 months ago

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

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

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

strided-base-read-dataview • Rank 0.0 • Science 44%

Copy elements from an input strided DataView to elements in an output strided array.

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

ndarray-base-assert-is-mostly-safe-data-type-cast • Rank 0.0 • Science 44%

Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.

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

ndarray-base-every-by • Science 44%

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

Updated 6 months ago

stats-strided-sdsmean • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.

Updated 6 months ago

stats-strided-smeanpw • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.

Updated 6 months ago

array-base-banded-filled2d-by • Science 44%

Create a filled two-dimensional banded nested array according to a provided callback function.

Updated 6 months ago

array-base-symmetric-filled2d-by • Science 44%

Create a filled two-dimensional symmetric nested array according to a provided callback function.

Updated 6 months ago

stats-strided-dmax • Science 44%

Calculate the maximum value of a double-precision floating-point strided array.

Updated 6 months ago

stats-strided-dcovmatmtk • Science 44%

Compute the covariance matrix for an `M` by `N` double-precision floating-point matrix `A` and assigns the results to a matrix `B` when provided known means and using a one-pass textbook algorithm.

Updated 6 months ago

stats-strided-smeanwd • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.

Updated 6 months ago

array-base-assert-has-almost-equal-values • Science 44%

Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).

Updated 6 months ago

@stdlib/napi-argv-strided-uint8array • Science 44%

Convert a Node-API value representing a strided array to an unsigned 8-bit integer array.

Updated 6 months ago

stats-array-nanstdevch • Science 44%

Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass trial mean algorithm.

Updated 6 months ago

stats-strided-nanminabs • Science 44%

Calculate the minimum absolute value of a strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/napi-argv-int8array • Science 44%

Convert a Node-API value to a signed 8-bit integer array.

Updated 6 months ago

stats-strided-smeanwd • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.

Updated 6 months ago

stats-array-nanvariancetk • Science 57%

Calculate the variance of an array ignoring `NaN` values and using a one-pass textbook algorithm.

Updated 6 months ago

array-base-broadcasted-ternary5d • Science 44%

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

Updated 6 months ago

ndarray-base-unary-reduce-subarray-by • Science 44%

This repository contains a JavaScript library for performing unary reduction operations on subarrays within ndarray structures. Explore the code and contribute to enhance numerical computations! 🐙🌐

Updated 6 months ago

stats-array-nanmskrange • Science 44%

Effortlessly compute statistical ranges in arrays with stats-array-nanmskrange. Ideal for numerical tasks in JavaScript and Node.js. 🚀📊

Updated 6 months ago

@stdlib/blas-base-cscal • Science 44%

Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.

Updated 6 months ago

stats-strided-dsmeanwd • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.