Updated 6 months ago

@stdlib/array-base-broadcasted-unary2d • Rank 2.5 • Science 44%

Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a two-dimensional nested output array.

Updated 6 months ago

meowdle • Rank 2.5 • Science 44%

WIP: A purrfect API wrapper for Moodle.

Updated 6 months ago

@stdlib/utils-dsv • Rank 2.5 • Science 44%

Standard utilities for working with data formatted as delimiter-separated values (DSV).

Updated 6 months ago

@stdlib/blas-base-zaxpy • Rank 2.5 • Science 44%

Scale a double-precision complex floating-point vector by a double-precision complex floating-point constant and add the result to a double-precision complex floating-point vector.

Updated 6 months ago

@stdlib/array-base-ternary3d • Rank 2.5 • Science 44%

Apply a ternary callback to elements in three three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.

Updated 6 months ago

@stdlib/strided-base-cmap • Rank 2.5 • Science 44%

Apply a unary function to a single-precision complex floating-point strided input array and assign results to a single-precision complex floating-point strided output array.

Updated 6 months ago

@stdlib/array-base-mskunary2d • Rank 2.5 • Science 44%

Apply a unary callback to elements in a two-dimensional nested input array according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.

Updated 6 months ago

@stdlib/array-base-broadcasted-quinary2d • Rank 2.5 • Science 44%

Apply a quinary callback to elements in five broadcasted input arrays and assign results to elements in a two-dimensional nested output array.

Updated 6 months ago

@stdlib/math-iter-special-bessely1 • Rank 2.5 • Science 44%

Create an iterator which evaluates the Bessel function of the second kind of order one for each iterated value.

Updated 6 months ago

@stdlib/ndarray-slice-assign • Rank 2.5 • Science 44%

Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.

Updated 6 months ago

@stdlib/complex-promotion-rules • Rank 2.5 • Science 44%

Return the complex number data type with the smallest size and closest kind to which data types can be safely cast.

Updated 6 months ago

@stdlib/math-strided-special-cbrt-by • Rank 2.5 • Science 44%

Compute the cube root of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/utils-writable-properties-in • Rank 2.5 • Science 44%

Return an array of an object's own and inherited writable property names and symbols.

Updated 6 months ago

@stdlib/utils-reduce-right • Rank 2.5 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

Updated 6 months ago

@stdlib/math-iter-special-abs • Rank 2.5 • Science 44%

Create an iterator which computes the absolute value of each iterated value.

Updated 6 months ago

@stdlib/utils-property-names-in • Rank 2.5 • Science 44%

Return an array of an object's own and inherited enumerable and non-enumerable property names.

Updated 6 months ago

@stdlib/complex-float64-base • Rank 2.5 • Science 44%

Base (i.e., lower-level) double-precision complex number functions.

Updated 6 months ago

@stdlib/array-base-ternary5d • Rank 2.5 • Science 44%

Apply a ternary callback to elements in three five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.

Updated 6 months ago

@stdlib/utils-map5d • Rank 2.5 • Science 44%

Apply a function to each nested element in a five-dimensional nested array and assign the result to a nested element in a new five-dimensional nested array.

Updated 6 months ago

@stdlib/utils-do-until-each • Rank 2.4 • Science 44%

Until a test condition is true, invoke a function for each element in a collection.

Updated 6 months ago

@stdlib/array-base-broadcasted-binary3d • Rank 2.4 • Science 44%

Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a three-dimensional nested output array.

Updated 6 months ago

@stdlib/random-streams-gamma • Rank 2.4 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a gamma distribution.

Updated 6 months ago

@stdlib/utils-reduce2d • Rank 2.4 • Science 44%

Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.

Updated 6 months ago

@stdlib/array-base-broadcasted-unary4d • Rank 2.4 • Science 44%

Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a four-dimensional nested output array.

Updated 6 months ago

@stdlib/random-streams-chi • Rank 2.4 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a chi distribution.

Updated 6 months ago

@stdlib/stats-iter-mmeanabs2 • Rank 2.4 • Science 44%

Create an iterator which iteratively computes a moving arithmetic mean of squared absolute values.

Updated 6 months ago

@stdlib/strided-napi-dmap2 • Rank 2.4 • Science 44%

C API for registering a Node-API module exporting a strided array interface for applying a binary callback accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assigning results to elements in a double-precision floating-point strided output array.

Updated 6 months ago

@stdlib/math-iter-special-bessely0 • Rank 2.4 • Science 44%

Create an iterator which evaluates the Bessel function of the second kind of order zero for each iterated value.

Updated 6 months ago

@stdlib/complex-base • Rank 2.4 • Science 44%

Base (i.e., lower-level) complex number functions

Updated 6 months ago

@stdlib/math-iter-special-round • Rank 2.4 • Science 44%

Create an iterator which rounds each iterated value to the nearest integer.

Updated 6 months ago

@stdlib/utils-find • Rank 2.4 • Science 44%

Find elements in an array-like object that satisfy a test condition.

Updated 6 months ago

@stdlib/math-iter-special-ellipe • Rank 2.4 • Science 44%

Create an iterator which computes the complete elliptic integral of the second kind for each iterated value.

Updated 6 months ago

ndarray-iter-indices • Rank 2.4 • Science 44%

Create an iterator which returns indices for use indexing into an ndarray having a specified shape.

Updated 6 months ago

@stdlib/array-base-unary5d • Rank 2.4 • Science 44%

Apply a unary callback to elements in a five-dimensional nested input array and assign results to elements in a five-dimensional nested output array.

Updated 6 months ago

@stdlib/array-base-broadcasted-unary3d • Rank 2.4 • Science 44%

Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a three-dimensional nested output array.

Updated 6 months ago

@stdlib/math-iter-special-ceil • Rank 2.3 • Science 44%

Create an iterator which rounds each iterated value toward positive infinity.

Updated 6 months ago

@stdlib/random-iter-cosine • Rank 2.3 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a raised cosine distribution.

Updated 6 months ago

@stdlib/iter-dedupe-by • Rank 2.3 • Science 44%

Create an iterator which removes consecutive values that resolve to the same value according to a provided function.

Updated 6 months ago

@stdlib/iter-intersection-by-hash • Rank 2.3 • Science 44%

Create an iterator which returns the intersection of two or more iterators according to a hash function.

Updated 6 months ago

@stdlib/strided-base-unary-by • Rank 2.3 • Science 44%

Apply a unary function to each element retrieved from a strided input array according to a callback function and assign results to a strided output array.

Updated 6 months ago

@stdlib/napi-argv-strided-int16array • Rank 2.3 • Science 44%

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

Updated 6 months ago

@stdlib/math-iter-special-ellipk • Rank 2.3 • Science 44%

Create an iterator which computes the complete elliptic integral of the first kind for each iterated value.

Updated 6 months ago

@stdlib/iter-replicate-by • Rank 2.3 • Science 44%

Create an iterator which replicates each iterated value according to a provided function.