@stdlib/utils-async-inmap-right
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
@stdlib/strided-base-binary-signature-callbacks
Assign callbacks to binary interfaces according to type promotion rules.
@stdlib/ndarray-base-binary-loop-interchange-order
Reorder ndarray dimensions and associated strides for loop interchange.
@stdlib/streams-node-from-strided-array
Create a readable stream from a strided array-like object.
@stdlib/strided-base-smskmap2
Apply a binary function to single-precision floating-point strided input arrays according to a strided mask array and assign results to a single-precision floating-point strided output array.
@stdlib/streams-node-from-circular-array
Create a readable stream from a circular array-like object.
@stdlib/blas-ext-base-dsnansumors
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
@stdlib/array-nans
Create an array filled with NaNs and having a specified length.
@stdlib/math-strided-special-besselj0-by
Compute the Bessel function of the first kind of order zero for each element retrieved from an input strided array via a callback function.
@stdlib/blas-ext-base-dnannsum
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
@stdlib/blas-ext-base-sapxsum
Adds a constant to each single-precision floating-point strided array element and computes the sum.
@stdlib/math-strided-special-smsktrunc
Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.
@stdlib/ndarray-base-meta-data-props
Define non-enumerable read-only properties which expose ndarray function meta data.
@stdlib/strided-base-map-by2
Apply a binary function to each pair of elements retrieved from strided input arrays according to a callback function and assign results to a strided output array.
@stdlib/ndarray-base-broadcast-shapes
Broadcast array shapes to a single shape.
@stdlib/blas-ext-base-dnannsumors
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
@stdlib/stats-base-dsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
@stdlib/stats-base-nanminabs
Calculate the minimum absolute value of a strided array, ignoring NaN values.
@stdlib/math-strided-special-dmsktrunc
Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.
@stdlib/math-strided-special-atan-by
Compute the arctangent of each element retrieved from an input strided array via a callback function.
@stdlib/strided-base-unary-dtype-signatures
Generate a list of unary interface signatures from strided array data types.
@stdlib/math-strided-special-atanh-by
Compute the hyperbolic arctangent of each element retrieved from an input strided array via a callback function.
stats-base-snanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-base-snanvariance
Calculate the variance of a single-precision floating-point strided array ignoring NaN values.
@stdlib/streams-node-from-array
Create a readable stream from an array-like object.
@stdlib/math-strided-special-dmskramp
Evaluate the ramp function for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/utils-inmap
Invoke a function for each element in a collection and update the collection in-place.
@stdlib/utils-async-inmap
Invoke a function for each element in a collection and update the collection in-place.
@stdlib/math-strided-special-dmskceil
Round each element in a double-precision floating-point strided array toward positive infinity according to a strided mask array.
@stdlib/strided-base-quaternary
Apply a quaternary callback to strided input array elements and assign results to elements in a strided output array.
@stdlib/stats-base-smeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.
@stdlib/math-strided-special-smskcbrt
Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/blas-ext-base-dnansum
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
@stdlib/stats-base-dsem
Calculate the standard error of the mean for a double-precision floating-point strided array.
@stdlib/stats-base-meanors
Calculate the arithmetic mean of a strided array using ordinary recursive summation.
math-strided-special-bessely0-by
Compute the Bessel function of the second kind of order zero for each element retrieved from an input strided array via a callback function.
@stdlib/blas-ext-base-drev
Reverse a double-precision floating-point strided array in-place.
@stdlib/blas-ext-base-dsort2ins
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
@stdlib/math-strided-ops-mul
Element-wise multiplication of two strided arrays.
@stdlib/stats-base-smin
Calculate the minimum value of a single-precision floating-point strided array.
@stdlib/math-strided-special-dmsksqrt
Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/iter-to-array-view-right
Fill an array-like object view from right to left with values returned from an iterator.
@stdlib/blas-ext-base-dsnannsumors
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
@stdlib/math-strided-special-smskinv
Compute the multiplicative inverse for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-inv
Compute the multiplicative inverse for each element in a strided array.
@stdlib/stats-base-nanmin
Calculate the minimum value of a strided array, ignoring NaN values.
@stdlib/stats-base-dnanmin
Calculate the minimum value of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-base-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
@stdlib/stats-base-nanmax
Calculate the maximum value of a strided array, ignoring NaN values.
@stdlib/math-strided-special
Standard library strided array special math functions.
@stdlib/stats-base-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
@stdlib/blas-ext-base-sdssum
Calculate the sum of single-precision floating-point strided array elements using extended accumulation.
@stdlib/assert-is-accessor-array
Test if a value is an array-like object supporting the accessor (get/set) protocol.
@stdlib/blas-ext-base-dsnansum
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.
@stdlib/strided-base-dmskmap2
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.
@stdlib/math-strided-special-dfloor
Round each element in a double-precision floating-point strided array toward negative infinity.
@stdlib/math-strided-special-sfloor
Round each element in a single-precision floating-point strided array toward negative infinity.
@stdlib/math-strided-special-smskabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-smsksqrt
Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-sqrt
Compute the principal square root of each element in a strided array.
@stdlib/math-strided-ops-mul-by
Element-wise multiplication of two strided arrays via a callback function.
@stdlib/math-strided-special-dabs
Compute the absolute value for each element in a double-precision floating-point strided array.
@stdlib/math-strided-special-dmskinv
Compute the multiplicative inverse for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-sabs
Compute the absolute value for each element in a single-precision floating-point strided array.