Updated 6 months ago

blas-ext-base-ndarray-gsum • Science 44%

Compute the sum of all elements in a one-dimensional ndarray.

Updated 6 months ago

blas-ext-base-ndarray-scusum • Science 44%

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

Updated 6 months ago

assert-is-equal-array • Science 44%

Test if two arguments are both generic arrays and have equal values.

Updated 6 months ago

number-float32-base-assert-is-almost-equal • Science 44%

Test if two single-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).

Updated 6 months ago

@stdlib/random-array-uniform • Science 44%

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

Updated 6 months ago

@stdlib/array-zero-to • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.

Updated 6 months ago

complex-float64-base-scale • Science 44%

Scale a double-precision complex floating-point number by a real-valued double-precision floating-point scalar constant.

Updated 6 months ago

iter-cuevery-by • Science 44%

Create an iterator which cumulatively tests whether every iterated value passes a test implemented by a predicate function.

Updated 6 months ago

blas-base-wasm-ccopy • Science 44%

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

Updated 6 months ago

stats-strided-dnanvariancech • Science 57%

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

Updated 6 months ago

@stdlib/array-base-count-if • Science 44%

Count the number of elements in an array that satisfy the provided testing function.