Updated 6 months ago

utils-for-each-right • Rank 0.0 • Science 44%

Invoke a function for each element in a collection, iterating from right to left.

Updated 6 months ago

javascript-youtube-course • Rank 0.0 • Science 44%

This repository contains all source code and examples from the complete JavaScript course available on YouTube.

Updated 6 months ago

complex-float64-base-mul-add • Rank 0.0 • Science 44%

Perform a multiply-add operation involving three double-precision complex floating-point numbers.

Updated 6 months ago

blas-base-zdscal • Rank 0.0 • Science 44%

Scale a double-precision complex floating-point vector by a double-precision floating-point constant.

Updated 6 months ago

strided-base-read-dataview • Rank 0.0 • Science 44%

Copy elements from an input strided DataView to elements in an output strided array.

Updated 6 months ago

stats-base-nanmeanors • Rank 0.0 • Science 44%

Calculate the arithmetic mean of a strided array, ignoring NaN values and using ordinary recursive summation.

Updated 6 months ago

lapack-base-zrot • Rank 0.0 • Science 44%

LAPACK auxiliary routine to apply a plane rotation with real cosine and complex sine.

Updated 6 months ago

lapack-base-claset • Rank 0.0 • Science 44%

Set the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values.

Updated 6 months ago

napi-argv-strided-uint8array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to an unsigned 8-bit integer array.

Updated 6 months ago

napi-argv-strided-int32array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to a signed 32-bit integer array.

Updated 6 months ago

math-base-napi-binary • Rank 0.0 • Science 44%

C APIs for registering an N-API module exporting an interface for invoking a binary numerical function.

Updated 6 months ago

utils-bifurcate-in • Rank 0.0 • Science 44%

Split an object's own and inherited property values into two groups according to a predicate function.

Updated 6 months ago

napi-argv-strided-int8array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to a signed 8-bit integer array.

Updated 6 months ago

array-base-cusome-by-right • Rank 0.0 • Science 44%

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.

Updated 6 months ago

math-iter-ops-multiply • Rank 0.0 • Science 44%

Create an iterator which performs element-wise multiplication of two or more iterators.

Updated 6 months ago

utils-uncurry • Rank 0.0 • Science 44%

Transform a curried function into a function invoked with multiple arguments.

Updated 6 months ago

number-float64-base-to-int32 • Rank 0.0 • Science 44%

Convert a double-precision floating-point number to a signed 32-bit integer.

Updated 6 months ago

math-strided-special-dinv • Rank 0.0 • Science 44%

Compute the multiplicative inverse for each element in a double-precision floating-point strided array.

Updated 6 months ago

ndarray-base-assert-is-mostly-safe-data-type-cast • Rank 0.0 • Science 44%

Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.

Updated 6 months ago

array-base-assert-is-same-kind-data-type-cast • Rank 0.0 • Science 44%

Determine if an array data type can be safely cast to, or is of the same kind as, another array data type.

Updated 6 months ago

random-array-cosine • Rank 0.0 • Science 44%

Create an array containing pseudorandom numbers drawn from a raised cosine distribution.

Updated 6 months ago

math-base-special-ceil • Rank 0.0 • Science 44%

Round a double-precision floating-point number toward positive infinity.

Updated 6 months ago

pif_react_esp32 • Rank 0.0 • Science 44%

Proyecto PIF para la asignatura de Arquitectura de Hardware (Politécnico Colombiano Jaime Isaza Cadavid - Ingeniería Informática - Semestre 5)

Updated 6 months ago

math-base-special-floorf • Rank 0.0 • Science 44%

Round a single-precision floating-point numeric value toward negative infinity.

Updated 6 months ago

array-base-mskunary4d • Rank 0.0 • Science 44%

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.

Updated 6 months ago

math-strided-special-cos-by • Rank 0.0 • Science 44%

Compute the cosine for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

strided-base-mskunary-addon-dispatch • Rank 0.0 • Science 44%

Dispatch to a native add-on applying a unary function to an input strided array.

Updated 6 months ago

stats-strided-dcumax • Rank 0.0 • Science 44%

Calculate the cumulative maximum of double-precision floating-point strided array elements.

Updated 6 months ago

strided-base-map-by • Rank 0.0 • Science 44%

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.

Updated 6 months ago

blas-ext-base-gapxsumors • Rank 0.0 • Science 44%

Adds a constant to each strided array element and computes the sum using ordinary recursive summation.

Updated 6 months ago

lapack-base-zlaset • Rank 0.0 • Science 44%

Set the off-diagonal elements and the diagonal elements of a double-precision complex floating-point matrix to specified values.

Updated 6 months ago

utils-group-in • Rank 0.0 • Science 44%

Group an object's own and inherited property values according to an indicator function.

Updated 6 months ago

utils-until-each-right • Rank 0.0 • Science 44%

Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.

Updated 6 months ago

blas-ext-base-cfill • Rank 0.0 • Science 44%

Fill a single-precision complex floating-point strided array with a specified scalar constant.

Updated 6 months ago

array-base-mskunary5d • Rank 0.0 • Science 44%

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.

Updated 6 months ago

math-base-special-cflipsign • Rank 0.0 • Science 44%

Return a complex number with the same magnitude as `z` and the sign of `y*z`.

Updated 6 months ago

ndarray-base-to-reversed • Rank 0.0 • Science 44%

Return a new ndarray where the order of elements of an input ndarray is reversed along each dimension.

Updated 6 months ago

string-base-atob • Rank 0.0 • Science 44%

Decode a string of data which has been encoded using Base64 encoding.

Updated 6 months ago

napi-argv-strided-uint32array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to an unsigned 32-bit integer array.

Updated 6 months ago

napi-argv-strided-uint16array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to an unsigned 16-bit integer array.

Updated 6 months ago

napi-argv-strided-int16array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to a signed 16-bit integer array.

Updated 6 months ago

strided-napi-dmskmap • Rank 0.0 • Science 44%

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.

Updated 6 months ago

napi-argv-strided-float32array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to a single-precision floating-point array.

Updated 6 months ago

random-streams-levy • Rank 0.0 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a Lévy distribution.

Updated 6 months ago

math-base-special-identity • Rank 0.0 • Science 44%

Evaluate the identity function for a double-precision floating-point number.