Updated 10 months ago

array-base-nulls • Science 44%

Create a generic array filled with null values.

Updated 10 months ago

math-base-special-cinvf • Science 67%

Compute the inverse of a single-precision complex floating-point number.

Updated 10 months ago

@stdlib/math-base-special-asecd • Science 44%

Compute the arcsecant (in degrees) of a double-precision floating-point number.

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

lapack-base-sge-trans • Science 44%

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

Updated 10 months ago

@stdlib/array-base-count-same-value-zero • Science 44%

Count the number of elements that are equal to a given value in an array.

Updated 10 months ago

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

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

Updated 10 months ago

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

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

Updated 10 months ago

math-array • Science 44%

Math functions applied to arrays.

Updated 10 months ago

stats-array-nanmeanors • Science 44%

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

Updated 10 months ago

@stdlib/blas-base-transpose-operation-enum2str • Science 44%

Return the BLAS transpose operation string associated with a BLAS transpose operation enumeration constant.

Updated 10 months ago

@stdlib/assert-is-same-complex128 • Science 44%

Test if two arguments are both double-precision complex floating-point numbers and have the same value.

Updated 10 months ago

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

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

Updated 10 months ago

stats-strided-dmeanstdevpn • Science 57%

Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.

Updated 10 months ago

stats-strided-dsnanmeanwd • Science 57%

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

Updated 10 months ago

stats-strided-snanmeanwd • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.

Updated 10 months ago

@stdlib/blas-base-layout-str2enum • Science 44%

Return the enumeration constant associated with a BLAS memory layout string.

Updated 10 months ago

lapack-base-dlamch • Science 44%

Determine double-precision floating-point machine parameters.

Updated 10 months ago

ndarray-base-spread-dimensions • Science 44%

Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.

Updated 10 months ago

array-base-fill • Science 44%

Fill all elements within a portion of an array with a specified value.

Updated 10 months ago

@stdlib/array-base-fillednd-by • Science 44%

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

Updated 10 months ago

@stdlib/string-base-distances-hamming • Science 44%

Calculate the Hamming distance between two equal-length strings.

Updated 10 months ago

wasm-base-dtype2wasm • Science 44%

Return the WebAssembly data type associated with a provided array data type value.

Updated 10 months ago

assert-is-same-typed-array-like • Science 44%

Test if two arguments are both typed-array-like object and have the same values.

Updated 10 months ago

@stdlib/napi-create-complex-like • Science 44%

Create a Node-API value representing a complex number-like object.

Updated 10 months ago

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

Perform a reduction over a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.

Updated 10 months ago

array-base-atnd • Science 44%

Return an element from an n-dimensional nested array.

Updated 10 months ago

stats-strided-meanors • Science 44%

Calculate the arithmetic mean of a strided array using ordinary recursive summation.

Updated 10 months ago

stats-strided-dsnanmeanpn • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.

Updated 10 months ago

number-float64-base-assert • Science 44%

Base double-precision floating-point number assert functions.

Updated 10 months ago

stats-strided-nanvarianceyc • Science 57%

Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 10 months ago

stats-strided-nanvariancetk • Science 57%

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

Updated 10 months ago

stats-array-nanmeanpn • Science 44%

Calculate the arithmetic mean of an array, ignoring NaN values and using a two-pass error correction algorithm.

Updated 10 months ago

stats-strided-dnanmeanwd • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.

Updated 10 months ago

stats-base-ndarray-scumax • Science 44%

Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.

Updated 10 months ago

math-base-special-acosdf • Science 44%

Compute the arccosine (in degrees) of a single-precision floating-point number.

Updated 10 months ago

stats-strided-dztest2 • Science 44%

Compute a two-sample Z-test for two double-precision floating-point strided arrays.

Updated 10 months ago

stats-strided-nanstdevpn • Science 57%

Calculate the standard deviation of a strided array ignoring NaN values and using a two-pass algorithm.

Updated 10 months ago

@stdlib/ndarray-base-reverse • Science 44%

Return a view of an input ndarray in which the order of elements along each dimension is reversed.

Updated 10 months ago

stats-base-ztest-one-sample-results-float32 • Science 44%

Create a one-sample Z-test single-precision floating-point results object.

Updated 10 months ago

@stdlib/complex-base-assert-is-same-value-zerof • Science 44%

Test whether two single-precision complex floating-point numbers are the same value.

Updated 10 months ago

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

Return a view of an input ndarray when sliced along a specified dimension.

Updated 10 months ago

@stdlib/complex-float64-imag • Science 44%

Return the imaginary component of a double-precision complex floating-point number.

Updated 10 months ago

stats-base-ztest-one-sample-results-float64 • Science 44%

Create a one-sample Z-test double-precision floating-point results object.

Updated 10 months ago

stats-base-ndarray-dcovarmtk • Science 44%

Compute the covariance of two one-dimensional double-precision floating-point ndarrays provided known means and using a one-pass textbook algorithm.

Updated 10 months ago

@stdlib/iter-do-until-each • Science 26%

Create an iterator which, while a test condition is false, invokes a function for each iterated value before returning the iterated value.

Updated 10 months ago

math-base-assert-is-evenf • Science 44%

Test if a finite single-precision floating-point number is an even number.

Updated 10 months ago

ndarray-map • Science 26%

Apply a callback to elements in an input ndarray and assign results to elements in a new output ndarray.

Updated 10 months ago

random-array-beta • Science 44%

Create an array containing pseudorandom numbers drawn from a beta distribution.

Updated 10 months ago

ndarray-base-ndarraylike2scalar • Science 26%

Transform ndarray-like objects to scalars with ease. This library streamlines numerical computation in JavaScript for both browsers and Node.js. 🐙✨

Updated 10 months ago

ndarray-reject • Science 44%

Return a shallow copy of an ndarray containing only those elements which fail a test implemented by a predicate function.

Updated 10 months ago

blas-ext-cusum • Science 26%

Compute the cumulative sum along one or more ndarray dimensions.

Updated 10 months ago

@stdlib/array-base-count-same-value • Science 44%

Count the number of elements that are equal to a given value in an array.

Updated 10 months ago

stats-base-ndarray-scumax • Science 26%

Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.

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

Updated 10 months ago

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

Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.

Updated 10 months ago

@stdlib/stats-base-sdsmean • Science 44%

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

Updated 10 months ago

stats-strided-dnanvariancetk • Science 44%

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.

Updated 10 months ago

stats-array-nanmaxabs • Science 44%

Calculate the maximum absolute value of an array, ignoring NaN values.

Updated 10 months ago

stats-strided-dnanmaxabs • Science 44%

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

Updated 10 months ago

stats-strided-sdsmeanors • Science 44%

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

Updated 10 months ago

math-base-special-vercosf • Science 44%

Compute the versed cosine of a single-precision floating-point number (in radians).