Updated 10 months ago

@stdlib/math-strided-special-dmsksqrt • Rank 3.6 • Science 44%

Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.

Updated 10 months ago

@stdlib/number-float64-base-from-int64-bytes • Rank 3.6 • Science 44%

Convert a signed 64-bit integer byte array to a double-precision floating-point number.

Updated 10 months ago

@stdlib/stats-base-dnanmin • Rank 3.5 • Science 44%

Calculate the minimum value of a double-precision floating-point strided array, ignoring NaN values.

Updated 10 months ago

assert-is-float64vector-like • Rank 3.5 • Science 44%

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

Updated 10 months ago

@stdlib/strided-base-dmskmap2 • Rank 3.4 • Science 44%

Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.

Updated 10 months ago

@stdlib/math-strided-special-dmskdeg2rad • Rank 3.4 • Science 44%

Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.

Updated 10 months ago

@stdlib/math-strided-special-dfloor • Rank 3.4 • Science 44%

Round each element in a double-precision floating-point strided array toward negative infinity.

Updated 10 months ago

@stdlib/math-strided-special-dabs • Rank 3.3 • Science 44%

Compute the absolute value for each element in a double-precision floating-point strided array.

Updated 10 months ago

@stdlib/math-strided-special-dmskinv • Rank 3.3 • Science 44%

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

Updated 10 months ago

@stdlib/blas-ext-base-dnansumors • Rank 3.3 • Science 44%

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.

Updated 10 months ago

@stdlib/math-strided-special-dmskrsqrt • Rank 3.2 • Science 44%

Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask array.

Updated 10 months ago

@stdlib/stats-base-dnanmeanors • Rank 3.2 • Science 44%

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.

Updated 10 months ago

@stdlib/math-strided-special-dmskfloor • Rank 3.2 • Science 44%

Round each element in a double-precision floating-point strided array toward negative infinity according to a strided mask array.

Updated 10 months ago

@stdlib/strided-napi-dmskmap2 • Rank 3.1 • Science 44%

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

Updated 10 months ago

@stdlib/stats-base-dmeanors • Rank 3.0 • Science 44%

Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.

Updated 10 months ago

@stdlib/stats-base-dnanmax • Rank 3.0 • Science 44%

Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.

Updated 10 months ago

@stdlib/math-strided-special-dmskabs • Rank 3.0 • Science 44%

Compute the absolute value for each element in a double-precision floating-point strided array according to a strided mask array.

Updated 10 months ago

@stdlib/math-strided-special-dmskabs2 • Rank 2.8 • Science 44%

Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.

Updated 10 months ago

@stdlib/complex-float64-base • Rank 2.5 • Science 44%

Base (i.e., lower-level) double-precision complex number functions.

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

number-float64-base-to-int32 • Rank 0.0 • Science 44%

Convert a double-precision floating-point number to a signed 32-bit integer.

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

math-base-special-identity • Rank 0.0 • Science 44%

Evaluate the identity function for a double-precision floating-point number.

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

napi-create-double • Rank 0.0 • Science 44%

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

Updated 10 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 10 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 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/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/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

number-float64-base-identity • Science 44%

Evaluate the identity function for a double-precision floating-point number.

Updated 10 months ago

stats-strided-dnanmax • Science 44%

Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.

Updated 10 months ago

lapack-base-dgttrf • Science 44%

Compute an `LU` factorization of a real tridiagonal matrix `A` using elimination with partial pivoting and row interchanges

Updated 10 months ago

lapack-base-dlamch • Science 44%

Determine double-precision floating-point machine parameters.

Updated 10 months ago

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

Compute the sum of the absolute values of the real and imaginary components of a double-precision complex floating-point number.

Updated 10 months ago

lapack-base-dge-trans • Science 44%

Convert input general matrix from row-major to column-major layout or vice versa.

Updated 10 months ago

math-base-special-frexpf • Science 26%

The "math-base-special-frexpf" repository provides a specialized function for computing the exponential function of a floating-point number. This library supports efficient numerical calculations in both browsers and Node.js. 🐙📦

Updated 10 months ago

stats-strided-dmeanors • Science 44%

Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.

Updated 10 months ago

stats-strided-dcovarmtk • Science 26%

Calculate the covariance of two double-precision floating-point strided arrays provided known means and using a one-pass textbook algorithm.

Updated 10 months ago

blas-ext-base-wasm-dapx • Science 44%

Add a scalar constant to each element in a double-precision floating-point strided array.

Updated 10 months ago

stats-strided-dsemtk • Science 44%

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.

Updated 10 months ago

constants-float64-max-nth-double-factorial • Science 44%

Maximum nth double factorial when stored in double-precision floating-point format.

Updated 10 months ago

number-float64-base-identity • Science 31%

Evaluate the identity function for a double-precision floating-point number.

Updated 10 months ago

constants-float64-num-high-word-significand-bits • Science 44%

Number of significand bits in the high word of a double-precision floating-point number.

Updated 10 months ago

blas-base-dtrmv • Science 44%

Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.

Updated 10 months ago

stats-strided-wasm-dmeanwd • Science 44%

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

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

blas-ext-base-wasm-dapxsumpw • Science 44%

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

Updated 10 months ago

ndarray-vector-float64 • Science 44%

Create a double-precision floating-point vector (i.e., a one-dimensional ndarray).

Updated 10 months ago

constants-float64-max-safe-nth-double-factorial • Science 44%

Maximum safe nth double factorial when stored in double-precision floating-point format.

Updated 10 months ago

stats-strided-wasm-dmeanors • Science 44%

Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.

Updated 10 months ago

stats-strided-dsemyc • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 10 months ago

stats-strided-dsemch • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 10 months ago

stats-strided-dmax • Science 44%

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

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

stats-strided-dmeanwd • Science 57%

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

Updated 10 months ago

stats-strided-dnanmeanors • Science 31%

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.

Updated 10 months ago

stats-strided-dnanmin • Science 31%

Calculate the minimum value of a double-precision floating-point strided array, ignoring NaN values.

Updated 10 months ago

number-float64-base-ulp-difference • Science 44%

Compute the number of representable double-precision floating-point values that separate two double-precision floating-point numbers along the real number line.

Updated 10 months ago

@stdlib/lapack-base-dpttrf • Science 44%

Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.

Updated 10 months ago

stats-strided-dmin • Science 44%

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

Updated 10 months ago

constants-float64-max-nth-factorial • Science 44%

Maximum nth factorial when stored in double-precision floating-point format.