@stdlib/iter-do-until-each
Create an iterator which, while a test condition is false, invokes a function for each iterated value before returning the iterated value.
stats-strided-dnanstdevyc
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
lapack-base-spttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
constants-float32-sqrt-phi
Square root of the golden ratio as a single-precision floating-point number.
stats-strided-sstdevyc
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
array-base-broadcasted-ternary3d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
stats-array-nanvariancepn
Calculate the variance of an array ignoring `NaN` values and using a two-pass algorithm.
@stdlib/complex-float32-base-assert-is-equal
Test whether two single-precision complex floating-point numbers are equal.
blas-base-wasm-scasum
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.
math-base-special-atan2d
Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).
@stdlib/array-zero-to-like
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
stats-strided-smax
Calculate the maximum value of a single-precision floating-point strided array.
math-base-special-dirac-deltaf
Evaluate the Dirac delta function in single-precision floating-point format.
math-base-special-acotdf
Compute the arccotangent (in degrees) of a single-precision floating-point number.
stats-strided-stdevch
Calculate the standard deviation of a strided array using a one-pass trial mean algorithm.
math-base-special-atan2f
Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y) as a single-precision floating-point number.
@stdlib/array-zero-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
@stdlib/assert-is-complex64matrix-like
Test if a value is a 2-dimensional ndarray-like object containing single-precision complex floating-point numbers.
math-base-special-modff
Decompose a single-precision floating-point number into integral and fractional parts.
number-float32-base-assert-is-almost-equal
Test if two single-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
complex-float64-base-assert-is-almost-equal
Test whether two double-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
math-base-special-minabsf
Return the minimum absolute single-precision floating-point number.
stats-strided-snanrange
Calculate the range of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-svarianceyc
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/random-array-tools-unary
Constructor for creating arrays filled with pseudorandom values drawn from a unary PRNG.
stats-strided-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
number-uint32-base-muldw
Compute the double word product of two unsigned 32-bit integers.
@stdlib/ndarray-base-maybe-broadcast-arrays
Broadcast ndarrays to a common shape.
blas-ext-base-ndarray-dindex-of
Return the first index of a specified search element in a one-dimensional double-precision floating-point ndarray.
@stdlib/math-base-special-acosd
Compute the arccosine (in degrees) of a double-precision floating-point number.
math-base-special-nanminf
Return the minimum value of two single-precision floating-point numbers, ignoring NaN.
@stdlib/complex-float32-base-add
Add two single-precision complex floating-point numbers.
array-struct-factory
Return a constructor for creating arrays having a fixed-width composite data type.
stats-base-ndarray-cumax
Compute the cumulative maximum value of a one-dimensional ndarray.
stats-base-ndarray-dcumax
Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.
ndarray-vector-int8
Create a signed 8-bit integer vector (i.e., a one-dimensional ndarray).
stats-array-nanmeanors
Calculate the arithmetic mean of an array, ignoring NaN values and using ordinary recursive summation.
stats-strided-dvarm
Calculate the variance of a double-precision floating-point strided array provided a known mean.
array-base-broadcasted-quaternary2d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/blas-base-matrix-triangle-str2enum
Return the enumeration constant associated with a BLAS matrix triangle.
stats-strided-dnanrange
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-wasm-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
stats-strided-dnanmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
assert-napi-has-property
Assert that a Node-API value has a specified property.
stats-strided-srange
Calculate the range of a single-precision floating-point strided array.
wasm-base-arrays2ptrs
Convert a list of arrays to pointers (i.e., byte offsets) in WebAssembly module memory.
@stdlib/assert-is-complex128matrix-like
Test if a value is a 2-dimensional ndarray-like object containing double-precision complex floating-point numbers.
stats-max-by
Compute the maximum value along one or more ndarray dimensions according to a callback function.
math-base-special-lucasf
Compute the nth Lucas number as a single-precision floating-point number.
random-strided-minstd
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).
stats-strided-dmeanstdevpn
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
stats-strided-dsnanmeanwd
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.
stats-strided-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
stats-array-stdevpn
Calculate the standard deviation of an array using a two-pass algorithm.
stats-array-stdevwd
Calculate the standard deviation of an array using Welford's algorithm.
@stdlib/math-base-special-tand
Compute the tangent of an angle measured in degrees