@stdlib/strided-napi-unary
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to an input strided array.
Updated by @stdlib-bot
@stdlib/strided-napi-smskmap
C API for registering a Node-API module exporting a strided array interface for applying a unary callback accepting and returning single-precision floating-point numbers to each …
Updated by @stdlib-bot
@stdlib/strided-napi-smap
C API for registering a Node-API module exporting a strided array interface for applying a unary callback accepting and returning single-precision floating-point numbers to each …
Updated by @stdlib-bot
@stdlib/strided-napi-dmap
C API for registering a Node-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each …
Updated by @stdlib-bot
@stdlib/strided-base-function-object
C APIs for creating and managing strided array function objects.
Updated by @stdlib-bot
@stdlib/strided-napi-dmskmap
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision floating-point strided input array according to a …
Updated by @stdlib-bot
@stdlib/blas-ext-base-dsumpw
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
Updated by @stdlib-bot
@stdlib/blas-ext-base-dssum
Calculate the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result.
Updated by @stdlib-bot
@stdlib/blas-ext-base-dapxsumpw
Adds a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.
Updated by @stdlib-bot
@stdlib/stats-base-dmeanvarpn
Calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.
Updated by @stdlib-bot
@stdlib/blas-ext-base-ssumpw
Calculate the sum of single-precision floating-point strided array elements using pairwise summation.
Updated by @stdlib-bot
@stdlib/stats-base-dnanvariancepn
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-dvarianceyc
Calculate the variance of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Updated by @stdlib-bot
@stdlib/stats-base-dvariancech
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.
Updated by @stdlib-bot
@stdlib/blas-ext-base-sapxsumpw
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation.
Updated by @stdlib-bot
@stdlib/blas-ext-base-ssumkbn
Calculate the sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-dvariancetk
Calculate the variance of a double-precision floating-point strided array using a one-pass textbook algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-dvariancepn
Calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-nanvariancetk
Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.
Updated by @stdlib-bot
@stdlib/blas-ext-base-dfill
Fill a double-precision floating-point strided array with a specified scalar constant.
Updated by @stdlib-bot
@stdlib/blas-ext-base-dsapxsumpw
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation and returning an extended …
Updated by @stdlib-bot
@stdlib/stats-base-dnanmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-dsmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended …
Updated by @stdlib-bot
@stdlib/stats-base-dnanvariancewd
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-dnanvarianceyc
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Updated by @stdlib-bot