random-streams-hypergeometric
Create a readable stream for generating pseudorandom numbers drawn from a hypergeometric distribution.
math-base-special-absf
Compute the absolute value of a single-precision floating-point number.
utils-while-each
While a test condition is true, invoke a function for each element in a collection.
stats-base-dists-t-logpdf
Natural logarithm of the probability density function (PDF) for a Student's t distribution.
https://github.com/yoshoku/hnswlib-node
hnswlib-node provides Node.js bindings for Hnswlib
math-strided-special-dinv
Compute the multiplicative inverse for each element in a double-precision floating-point strided array.
math-base-special-floorf
Round a single-precision floating-point numeric value toward negative infinity.
random-array-cosine
Create an array containing pseudorandom numbers drawn from a raised cosine distribution.
ndarray-base-assert-is-mostly-safe-data-type-cast
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
array-base-assert-is-same-kind-data-type-cast
Determine if an array data type can be safely cast to, or is of the same kind as, another array data type.
utils-enumerable-property-symbols-in
Return an array of an object's own and inherited enumerable symbol properties.
napi-argv-strided-complex64array2d
Convert a Node-API value representing a two-dimensional strided array to a single-precision complex floating-point array.
utils-until-each-right
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
stats-strided-dcumax
Calculate the cumulative maximum of double-precision floating-point strided array elements.
math-base-special-cflipsign
Return a complex number with the same magnitude as `z` and the sign of `y*z`.
stats-base-dists-chi-logpdf
Natural logarithm of the probability density function (PDF) for a chi distribution.
lapack-base-zrot
LAPACK auxiliary routine to apply a plane rotation with real cosine and complex sine.
stats-base-min-by
Calculate the minimum value of a strided array via a callback function.
stats-incr-mmeanvar
Compute a moving arithmetic mean and unbiased sample variance incrementally.
math-base-special-identity
Evaluate the identity function for a double-precision floating-point number.
stats-base-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
stats-base-nanmaxabs
Calculate the maximum absolute value of a strided array, ignoring NaN values.
lapack-base-claset
Set the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values.
stats-base-dists-poisson-logpmf
Natural logarithm of the probability mass function (PMF) for a Poisson distribution.
math-base-napi-binary
C APIs for registering an N-API module exporting an interface for invoking a binary numerical function.
array-base-mskunary4d
Apply a unary callback to elements in a four-dimensional nested input array according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.
strided-base-write-dataview
Copy elements from an input strided array to elements in a strided DataView.
strided-napi-dmskmap
C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assigning results to elements in a double-precision floating-point strided output array.
blas-ext-base-gapxsumors
Adds a constant to each strided array element and computes the sum using ordinary recursive summation.
blas-ddot
Calculate the dot product of two double-precision floating-point vectors.
random-streams-levy
Create a readable stream for generating pseudorandom numbers drawn from a Lévy distribution.
stats-base-max-by
Calculate the maximum value of a strided array via a callback function.
strided-base-map-by
Apply a unary function to each element retrieved from a strided input array according to a callback function and assign each result to an element in a strided output array.
stats-base-dnanstdev
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.
array-base-mskbinary2d
Apply a binary callback to elements in two two-dimensional nested input arrays according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.
array-base-cusome-by-right
Cumulatively test whether at least `n` elements in a provided array pass a test implemented by a predicate function, while iterating from right-to-left.
strided-base-read-dataview
Copy elements from an input strided DataView to elements in an output strided array.
math-base-special-ceil
Round a double-precision floating-point number toward positive infinity.
napi-argv-strided-complex128array2d
Convert a Node-API value representing a two-dimensional strided array to a double-precision complex floating-point array.
math-base-special-signum
Evaluate the signum function for a double-precision floating-point number.
lapack-base-zlaset
Set the off-diagonal elements and the diagonal elements of a double-precision complex floating-point matrix to specified values.
random-array-hypergeometric
Create an array containing pseudorandom numbers drawn from a hypergeometric distribution.