Common symbols and type definitions shared across base LAPACK APIs.
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values.
Evaluate a Lucas polynomial.
Test whether at least one element in an array passes a test implemented by a predicate function, while iterating from right to left.
Logistic distribution probability density function (PDF).
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.
Chi distribution mode.
Discrete uniform distribution standard deviation.
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 and assigning results to a double-precision floating-point strided output array.
Calculate the maximum value of a strided array according to a mask.
Generates an array of consecutive integers starting at 0
Return the index of the last element in a one-dimensional ndarray which passes a test implemented by a predicate function.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Tools necessary for parsing stage of ApiDOM, specifically for syntactic analysis.
Apply a mask to one or more provided input arrays in a single pass.
Gumbel distribution mean.
Degenerate distribution.
Logistic distribution variance.
Group element indices according to an indicator function.
Evaluate the identity function for a double-precision complex floating-point number.
Evaluate the ramp function for each element in a double-precision floating-point strided array.
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.