stats-base-nanmaxabs
Calculate the maximum absolute value of a strided array, ignoring NaN values.
utils-for-each-right
Invoke a function for each element in a collection, iterating from right to left.
stats-base-dists-poisson-logpmf
Natural logarithm of the probability mass function (PMF) for a Poisson distribution.
stats-base-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
slice-base-nonreduced-dimensions
Return a list of non-reduced dimensions in an un-normalized multi-slice.
javascript-youtube-course
This repository contains all source code and examples from the complete JavaScript course available on YouTube.
complex-float64-base-mul-add
Perform a multiply-add operation involving three double-precision complex floating-point numbers.
blas-base-zdscal
Scale a double-precision complex floating-point vector by a double-precision floating-point constant.
strided-base-read-dataview
Copy elements from an input strided DataView to elements in an output strided array.
stats-base-nanmeanors
Calculate the arithmetic mean of a strided array, ignoring NaN values and using ordinary recursive summation.
stats-iter-meanabs2
Compute the arithmetic mean of squared absolute values for all iterated values.
lapack-base-zrot
LAPACK auxiliary routine to apply a plane rotation with real cosine and complex sine.
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-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
math-base-napi-binary
C APIs for registering an N-API module exporting an interface for invoking a binary numerical function.
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.
math-iter-ops-multiply
Create an iterator which performs element-wise multiplication of two or more iterators.
math-strided-special-dinv
Compute the multiplicative inverse for each element in a double-precision floating-point strided array.
stats-base-dists-chi-logpdf
Natural logarithm of the probability density function (PDF) for a chi 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.
random-array-cosine
Create an array containing pseudorandom numbers drawn from a raised cosine distribution.
math-base-special-ceil
Round a double-precision floating-point number toward positive infinity.
pif_react_esp32
Proyecto PIF para la asignatura de Arquitectura de Hardware (Politécnico Colombiano Jaime Isaza Cadavid - Ingeniería Informática - Semestre 5)
math-base-special-floorf
Round a single-precision floating-point numeric value toward negative infinity.
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.
math-strided-special-cos-by
Compute the cosine for each element retrieved from an input strided array via a callback function.
stats-strided-dcumax
Calculate the cumulative maximum of double-precision floating-point strided array elements.
string-base-format-interpolate
Generate string from a token array by interpolating values.
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.
blas-ext-base-gapxsumors
Adds a constant to each strided array element and computes the sum using ordinary recursive summation.
random-array-hypergeometric
Create an array containing pseudorandom numbers drawn from a hypergeometric distribution.
stats-incr-mmeanvar
Compute a moving arithmetic mean and unbiased sample variance incrementally.
lapack-base-zlaset
Set the off-diagonal elements and the diagonal elements of a double-precision complex floating-point matrix to specified values.
stats-base-range-by
Calculate the range of a strided array via a callback function.
utils-until-each-right
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
array-base-mskunary5d
Apply a unary callback to elements in a five-dimensional nested input array according to elements in a five-dimensional nested mask array and assign results to elements in a five-dimensional nested output array.
stats-base-max-by
Calculate the maximum value of a strided array via a callback function.
utils-enumerable-property-symbols-in
Return an array of an object's own and inherited enumerable symbol properties.
math-base-special-cflipsign
Return a complex number with the same magnitude as `z` and the sign of `y*z`.
blas-ddot
Calculate the dot product of two double-precision floating-point vectors.
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.
random-streams-levy
Create a readable stream for generating pseudorandom numbers drawn from a Lévy distribution.
math-base-special-identity
Evaluate the identity function for a double-precision floating-point number.