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/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/math-strided-special-asin-by • Rank 4.9 • Science 44%

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

Updated 6 months ago

@stdlib/ndarray-base-function-object • Rank 4.9 • Science 44%

C APIs for creating and managing ndarray function objects.

Updated 6 months ago

@stdlib/blas-base-ccopy • Rank 4.8 • Science 44%

Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.

Updated 6 months ago

@stdlib/strided-base-mskunary • Rank 4.8 • Science 44%

Apply a unary callback to elements in a strided input array according to elements in a strided mask array and assign results to elements in a strided output array.

Updated 6 months ago

@stdlib/math-strided-special-sabs2 • Rank 4.5 • Science 44%

Compute the squared absolute value for each element in a single-precision floating-point strided array.

Updated 6 months ago

@stdlib/strided-base-dmap • Rank 4.5 • Science 44%

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

Updated 6 months ago

@stdlib/blas-ext-base-sfill • Rank 4.4 • Science 44%

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

Updated 6 months ago

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

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

Updated 6 months ago

@stdlib/math-strided-special-acos-by • Rank 4.3 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-bessely1-by • Rank 4.2 • Science 44%

Compute the Bessel function of the second kind of order one for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-smskceil • Rank 4.2 • Science 44%

Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.

Updated 6 months ago

@stdlib/math-strided-special-dabs2 • Rank 4.2 • Science 44%

Compute the squared absolute value for each element in a double-precision floating-point strided array.

Updated 6 months ago

@stdlib/math-strided-special-besselj1-by • Rank 4.2 • Science 44%

Compute the Bessel function of the first kind of order one for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/strided-base-smskmap • Rank 4.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 according to a corresponding element in a strided mask array and assign each result to an element in a single-precision floating-point strided output array.

Updated 6 months ago

@stdlib/strided-base-dmskmap • Rank 4.1 • Science 44%

Apply a unary function 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 assign each result to an element in a double-precision floating-point strided output array.

Updated 6 months ago

@stdlib/ndarray-min-dtype • Rank 4.0 • Science 44%

Determine the minimum ndarray data type of the closest kind necessary for storing a provided scalar value.

Updated 6 months ago

@stdlib/ndarray-base-zeros • Rank 4.0 • Science 44%

Create a zero-filled ndarray having a specified shape and data type.

Updated 6 months ago

@stdlib/math-strided-special-dceil • Rank 4.0 • Science 44%

Round each element in a double-precision floating-point strided array toward positive infinity.

Updated 6 months ago

@stdlib/ndarray-base-napi-addon-arguments • Rank 4.0 • Science 44%

C API for validating, extracting, and transforming (to native C types) function arguments provided to an ndarray N-API add-on interface.

Updated 6 months ago

@stdlib/math-strided-special-abs-by • Rank 4.0 • Science 44%

Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.

Updated 6 months ago

@stdlib/utils-map2 • Rank 3.9 • Science 44%

Apply a function to elements in two input arrays and assign the results to an output array.

Updated 6 months ago

@stdlib/strided-base-smskmap2 • Rank 3.9 • Science 44%

Apply a binary function to single-precision floating-point strided input arrays according to a strided mask array and assign results to a single-precision floating-point strided output array.

Updated 6 months ago

@stdlib/ndarray-base-meta-data-props • Rank 3.8 • Science 44%

Define non-enumerable read-only properties which expose ndarray function meta data.

Updated 6 months ago

@stdlib/strided-base-map-by2 • Rank 3.8 • Science 44%

Apply a binary function to each pair of elements retrieved from strided input arrays according to a callback function and assign results to a strided output array.

Updated 6 months ago

@stdlib/math-strided-special-besselj0-by • Rank 3.8 • Science 44%

Compute the Bessel function of the first kind of order zero for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

ndarray-base-max-view-buffer-index • Rank 3.8 • Science 44%

Compute the maximum linear index in an underlying data buffer accessible to an array view.

Updated 6 months ago

@stdlib/math-strided-special-atan-by • Rank 3.8 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-atanh-by • Rank 3.7 • Science 44%

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

Updated 6 months ago

blas-ext-base-sapx • Rank 3.7 • Science 44%

Add a constant to each element in a single-precision floating-point strided array.

Updated 6 months ago

@stdlib/math-strided-special-dmskceil • Rank 3.7 • Science 44%

Round each element in a double-precision floating-point strided array toward positive infinity according to a strided mask array.

Updated 6 months ago

@stdlib/assert-is-float32vector-like • Rank 3.7 • Science 44%

Test if a value is a 1-dimensional ndarray-like object containing single-precision floating-point numbers.

Updated 6 months ago

@stdlib/strided-base-quaternary • Rank 3.7 • Science 44%

Apply a quaternary callback to strided input array elements and assign results to elements in a strided output array.

Updated 6 months ago

math-strided-special-bessely0-by • Rank 3.6 • Science 44%

Compute the Bessel function of the second kind of order zero for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/blas-ext-base-dsort2ins • Rank 3.6 • Science 44%

Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.

Updated 6 months ago

@stdlib/array-base-flipud3d • Rank 3.6 • Science 44%

Reverse the order of elements along the second-to-last dimension of a three-dimensional nested input array.

Updated 6 months ago

@stdlib/blas-ext-base-gsort2ins • Rank 3.6 • Science 44%

Simultaneously sort two strided arrays based on the sort order of the first array using insertion sort.

Updated 6 months ago

@stdlib/math-strided-special-smskinv • Rank 3.6 • Science 44%

Compute the multiplicative inverse for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/assert-is-float32matrix-like • Rank 3.5 • Science 44%

Test if a value is a 2-dimensional ndarray-like object containing single-precision floating-point numbers.

Updated 6 months ago

@stdlib/array-base-flipud4d • Rank 3.5 • Science 44%

Reverse the order of elements along the second-to-last dimension of a four-dimensional nested input array.

Updated 6 months ago

assert-is-float64vector-like • Rank 3.5 • Science 44%

Test if a value is a 1-dimensional ndarray-like object containing double-precision floating-point numbers.

Updated 6 months ago

@stdlib/strided-base-dmskmap2 • Rank 3.4 • Science 44%

Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.