@stdlib/math-strided-special-sin-by
Compute the sine of each element retrieved from an input strided array via a callback function.
@stdlib/random-array-betaprime
Create an array containing pseudorandom numbers drawn from a beta prime distribution.
@stdlib/stats-base-maxabs
Calculate the maximum absolute value of a strided array.
@stdlib/strided-napi-mskunary
C API for registering an N-API module exporting a strided array interface for applying a unary callback to an input strided array according to a mask strided array.
@stdlib/array-base-quinary5d
Apply a quinary callback to elements in five five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
math-strided-special-ramp
Evaluate the ramp function for each element in a strided array.
@stdlib/math-strided-special-deg2rad
Convert each element in a strided array from degrees to radians.
@stdlib/iter-to-array-view
Fill an array-like object view with values returned from an iterator.
@stdlib/utils-bifurcate-by
Split values into two groups according to a predicate function.
@stdlib/utils-map4d
Apply a function to each nested element in a four-dimensional nested array and assign the result to a nested element in a new four-dimensional nested array.
@stdlib/math-strided-special-cbrt-by
Compute the cube root of each element retrieved from an input strided array via a callback function.
@stdlib/array-base-to-deduped
Copy elements to a new generic array after removing consecutive duplicated values.
@stdlib/array-base-broadcasted-unary2d
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a two-dimensional nested output array.
@stdlib/blas-base-zaxpy
Scale a double-precision complex floating-point vector by a double-precision complex floating-point constant and add the result to a double-precision complex floating-point vector.
@stdlib/array-base-broadcasted-quinary2d
Apply a quinary callback to elements in five broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/array-base-ternary5d
Apply a ternary callback to elements in three five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
@stdlib/array-base-ternary3d
Apply a ternary callback to elements in three three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/array-base-mskunary2d
Apply a unary callback to elements in a two-dimensional nested input array according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.
@stdlib/array-typed-signed-integer-ctors
Signed integer typed array constructors.
@stdlib/utils-map5d
Apply a function to each nested element in a five-dimensional nested array and assign the result to a nested element in a new five-dimensional nested array.
@stdlib/strided-base-cmap
Apply a unary function to a single-precision complex floating-point strided input array and assign results to a single-precision complex floating-point strided output array.
@stdlib/array-base-broadcasted-binary3d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/strided-napi-dmap2
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.
@stdlib/array-base-broadcasted-unary3d
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a three-dimensional nested output array.
@stdlib/array-base-broadcasted-unary4d
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a four-dimensional nested output array.
@stdlib/array-base-unary5d
Apply a unary callback to elements in a five-dimensional nested input array and assign results to elements in a five-dimensional nested output array.
@stdlib/strided-base-mskunary-signature-callbacks
Assign callbacks to masked unary interfaces according to type promotion rules.
@stdlib/random-array-geometric
Create an array containing pseudorandom numbers drawn from a geometric distribution.
@stdlib/strided-base-unary-by
Apply a unary function to each element retrieved from a strided input array according to a callback function and assign results to a strided output array.
@stdlib/utils-until-each
Until a test condition is true, invoke a function for each element in a collection.
@stdlib/array-base-quinary3d
Apply a quinary callback to elements in five three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/array-base-quaternary4d
Apply a quaternary callback to elements in four four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/random-array-levy
Create an array containing pseudorandom numbers drawn from a Lévy distribution.
@stdlib/math-strided-special-dcbrt-by
Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.
@stdlib/ndarray-dispatch-by
Create an ndarray function interface which accepts a callback function and performs multiple dispatch.
@stdlib/strided-base-unary-signature-callbacks
Assign callbacks to binary interfaces according to type promotion rules.
@stdlib/utils-map2d
Apply a function to each nested element in an array of arrays and assign the result to a nested element in a new array of arrays.
@stdlib/utils-key-by
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.
@stdlib/random-array-rayleigh
Create an array containing pseudorandom numbers drawn from a Rayleigh distribution.
@stdlib/array-typed-unsigned-integer-ctors
Unsigned integer typed array constructors.
@stdlib/random-array-erlang
Create an array containing pseudorandom numbers drawn from an Erlang distribution.
random-array-kumaraswamy
Create an array containing pseudorandom numbers drawn from Kumaraswamy's double bounded distribution.
@stdlib/strided-dispatch-by
Create a strided array function interface which accepts a callback function and performs multiple dispatch.
@stdlib/assert-is-complex64ndarray-like
Test if a value is an ndarray-like object containing single-precision complex floating-point numbers.
@stdlib/array-nans-like
Create an array filled with NaNs and having the same length and data type as a provided array.
@stdlib/array-one-to-like
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.
@stdlib/blas-ext-base-dapxsumpw
Adds a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.
math-strided-special-scbrt
Compute the cube root of each element in a single-precision floating-point strided array.
blas-ext-base-dsapxsum
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.
math-strided-special-floor
Round each element in a strided array toward negative infinity.
utils-while-each
While a test condition is true, invoke a function for each element in a collection.
ndarray-base-unary-accumulate
Perform a reduction over elements in a input ndarray.
math-strided-special-ceil
Round each element in a strided array toward positive infinity.
blas-ext-base-dcusum
Calculate the cumulative sum of double-precision floating-point strided array elements.