Updated 6 months ago

@stdlib/strided-base-dtype-enum2str • Rank 5.5 • Science 44%

Return the data type string associated with a strided array data type enumeration constant.

Updated 6 months ago

@stdlib/strided-base-dtype-str2enum • Rank 5.5 • Science 44%

Return the enumeration constant associated with a strided array data type string.

Updated 6 months ago

@stdlib/math-base-special-ceil2 • Rank 5.5 • Science 44%

Round a numeric value to the nearest power of two toward positive infinity.

Updated 6 months ago

@stdlib/ndarray-base-unary • Rank 5.5 • Science 44%

Apply a unary callback to elements in a input ndarray and assign results to elements in an output ndarray.

Updated 6 months ago

napi-argv-strided-complex128array • Rank 5.5 • Science 44%

Convert a Node-API value representing a strided array to a double-precision complex floating-point array.

Updated 6 months ago

@stdlib/math-base-special-bessely1 • Rank 5.4 • Science 44%

Compute the Bessel function of the second kind of order one.

Updated 6 months ago

https://github.com/finos/perspective • Rank 26.3 • Science 23%

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.

Updated 6 months ago

@stdlib/utils-nary-function • Rank 5.3 • Science 44%

Create a function that invokes a provided function with a specified number of arguments.

Updated 6 months ago

@stdlib/ndarray-base-napi-typedarray-type-to-dtype • Rank 5.3 • Science 44%

C API for returning the ndarray data type corresponding to an N-API typed array type.

Updated 6 months ago

@stdlib/math-base-special-copysignf • Rank 5.3 • Science 44%

Return a single-precision floating-point number with the magnitude of x and the sign of y.

Updated 6 months ago

@stdlib/iter-pop • Rank 5.3 • Science 44%

Create an iterator which skips the last value of a provided iterator.

Updated 6 months ago

@stdlib/ndarray-zeros-like • Rank 5.3 • Science 44%

Create a zero-filled ndarray having the same shape and data type as a provided ndarray.

Updated 6 months ago

@stdlib/blas-ext-base-dssum • Rank 5.3 • Science 44%

Calculate the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result.

Updated 6 months ago

@stdlib/strided-napi-unary • Rank 5.2 • Science 44%

C API for registering an N-API module exporting a strided array interface for applying a unary callback to an input strided array.

Updated 6 months ago

@stdlib/math-base-special-besselj1 • Rank 5.1 • Science 44%

Compute the Bessel function of the first kind of order one.

Updated 6 months ago

@stdlib/iter-last • Rank 5.1 • Science 44%

Consume an entire iterator and return the last iterated value.

Updated 6 months ago

@stdlib/strided-base-smap • Rank 5.1 • Science 44%

Apply a unary function accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array and assign each result to an element in a single-precision floating-point strided output array.

Updated 6 months ago

@stdlib/strided-napi-smskmap • Rank 5.1 • Science 44%

C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array according to a corresponding element in a strided mask array and assigning results to elements in a single-precision floating-point strided output array.