@stdlib/math-strided-special-dabs
Compute the absolute value for each element in a double-precision floating-point strided array.
assert-is-nan-array
Test if a value is an array-like object containing only NaN values.
@stdlib/assert-is-float32ndarray-like
Test if a value is an ndarray-like object containing single-precision floating-point numbers.
math-strided-special-sceil
Round each element in a single-precision floating-point strided array toward positive infinity.
@stdlib/blas-ext-base-dnansumors
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
@stdlib/math-strided-special-sramp
Evaluate the ramp function for each element in a single-precision floating-point strided array.
@stdlib/stats-base-sdsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using extended accumulation.
@stdlib/array-zeros-like
Create a zero-filled array having the same length and data type as a provided array.
@stdlib/math-strided-special-smskfloor
Round each element in a single-precision floating-point strided array toward negative infinity according to a strided mask array.
@stdlib/stats-base-dvarmtk
Calculate the variance of a double-precision floating-point strided array provided a known mean and using a one-pass textbook algorithm.
@stdlib/stats-base-dnanmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
@stdlib/assert-is-float64ndarray-like
Test if a value is an ndarray-like object containing double-precision floating-point numbers.
@stdlib/math-strided-special-dmskfloor
Round each element in a double-precision floating-point strided array toward negative infinity according to a strided mask array.
@stdlib/utils-append
Add elements from one collection to the end of another collection.
strided-napi-cmap
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a single-precision complex floating-point strided input array and assigning results to a single-precision complex floating-point strided output array.
@stdlib/stats-base-dvarm
Calculate the variance of a double-precision floating-point strided array provided a known mean.
@stdlib/array-base-broadcasted-binary2d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/array-typed-real-float-ctors
Real-valued floating-point typed array constructors.
@stdlib/blas-ext-base-gapxsum
Adds a constant to each strided array element and computes the sum.
@stdlib/strided-base-mskunary-dtype-signatures
Generate a list of masked unary interface signatures from strided array data types.
@stdlib/strided-napi-smap2
C API for registering a Node-API module exporting a strided array interface for applying a binary callback accepting and returning single-precision floating-point numbers to corresponding elements in two single-precision floating-point strided input arrays and assigning results to elements in a single-precision floating-point strided output array.
@stdlib/math-strided-special-smskramp
Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/strided-napi-dmskmap2
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to double-precision floating-point strided input arrays according to a strided mask array and assigning results to elements in a double-precision floating-point strided output array.
@stdlib/stats-base-snanmin
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-base-nanmax-by
Calculate the maximum value of a strided array via a callback function, ignoring NaN values.
@stdlib/stats-base-dvariance
Calculate the variance of a double-precision floating-point strided array.
@stdlib/math-strided-special-binet-by
Evaluate Binet's formula extended to real numbers for each element retrieved from an input strided array via a callback function.
@stdlib/stats-base-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-base-smax
Calculate the maximum value of a single-precision floating-point strided array.
@stdlib/stats-base-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
@stdlib/array-ones-like
Create an array filled with ones and having the same length and data type as a provided array.
@stdlib/ndarray-base-unary-by
Apply a unary function to each element retrieved from a input ndarray according to a callback function and assign results to elements in an output ndarray.
@stdlib/math-strided-special-dmskabs
Compute the absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/stats-base-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/blas-ext-base-sapxsumors
Adds a constant to each single-precision floating-point strided array element and computes the sum using ordinary recursive summation.
@stdlib/stats-base-nanstdev
Calculate the standard deviation of a strided array ignoring NaN values.
@stdlib/math-strided-special-smskabs
Compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/strided-base-smap2
Apply a binary function accepting and returning single-precision floating-point numbers to corresponding elements in two single-precision floating-point strided input arrays and assign each result to an element in a single-precision floating-point strided output array.
@stdlib/blas-ext-base-gnansumors
Calculate the sum of strided array elements, ignoring NaN values and using ordinary recursive summation.
@stdlib/stats-base-snanstdev
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values.
@stdlib/blas-ext-base-snansumors
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
@stdlib/utils-while-each-right
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
@stdlib/math-strided-ops-add-by
Element-wise addition of two strided arrays via a callback function.
@stdlib/math-strided-special-abs2-by
Compute the squared absolute value of each element retrieved from an input strided array via a callback function.
math-strided-special-acot-by
Compute the inverse cotangent of each element retrieved from an input strided array via a callback function.
blas-ext-base-gnansum
Calculate the sum of strided array elements, ignoring NaN values.
@stdlib/strided-napi-smskmap2
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to single-precision floating-point strided input arrays according to a strided mask array and assigning results to a single-precision floating-point strided output array.
@stdlib/array-base-binary5d
Apply a binary callback to elements in five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
@stdlib/math-strided-special-dmskabs2
Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/array-base-ternary2d
Apply a ternary callback to elements in three two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/blas-ext-base-ssort2ins
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
@stdlib/utils-map-right
Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.
@hugoalh/shuffle-array
An ECMAScript (JavaScript & TypeScript) module to shuffle the array's indexes.
@stdlib/array-base-binary4d
Apply a binary callback to elements in four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/stats-base-minabs
Calculate the minimum absolute value of a strided array.
@stdlib/math-strided-special-sqrt-by
Compute the principal square root for each element retrieved from an input strided array via a callback function.
@stdlib/math-strided-special-sin-by
Compute the sine of each element retrieved from an input strided array via a callback function.