Updated 6 months ago

@stdlib/math-strided-special-dfloor • Rank 3.4 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-sfloor • Rank 3.4 • Science 44%

Round each element in a single-precision floating-point strided array toward negative infinity.

Updated 6 months ago

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

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

Updated 6 months ago

@stdlib/ndarray-base-bind2vind • Rank 3.3 • Science 44%

Convert a linear index in an underlying data buffer to a linear index in an array view.

Updated 6 months ago

@stdlib/math-strided-special-sabs • Rank 3.3 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-dmskinv • Rank 3.3 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-dabs • Rank 3.3 • Science 44%

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

Updated 6 months ago

@stdlib/ndarray-base-reverse-dimension • Rank 3.3 • Science 44%

Return a view of an input ndarray in which the order of elements along a specified dimension is reversed.

Updated 6 months ago

@stdlib/assert-is-float32ndarray-like • Rank 3.3 • Science 44%

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

Updated 6 months ago

math-strided-special-sceil • Rank 3.3 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-smskfloor • Rank 3.2 • Science 44%

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

Updated 6 months ago

@stdlib/strided-base-quinary • Rank 3.2 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-dmskfloor • Rank 3.2 • Science 44%

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

Updated 6 months ago

@stdlib/array-base-broadcasted-binary2d • Rank 3.1 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-binet-by • Rank 3.0 • Science 44%

Evaluate Binet's formula extended to real numbers for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

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

Apply a unary function to each element retrieved from a input ndarray according to a callback function and assign results to elements in an output ndarray.

Updated 6 months ago

@stdlib/array-ones-like • Rank 3.0 • Science 44%

Create an array filled with ones and having the same length and data type as a provided array.

Updated 6 months ago

@stdlib/ndarray-numel-dimension • Rank 3.0 • Science 44%

Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.

Updated 6 months ago

@stdlib/math-strided-special-dmskabs • Rank 3.0 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-smskabs • Rank 2.9 • Science 44%

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

Updated 6 months ago

@stdlib/strided-base-smap2 • Rank 2.9 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-abs2-by • Rank 2.9 • Science 44%

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

Updated 6 months ago

@stdlib/ndarray-base-fliplr • Rank 2.9 • Science 44%

Return a view of an input ndarray in which the order of elements along the last dimension is reversed.

Updated 6 months ago

@stdlib/array-base-binary5d • Rank 2.8 • Science 44%

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

Updated 6 months ago

@stdlib/utils-map-right • Rank 2.8 • Science 44%

Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.

Updated 6 months ago

@stdlib/blas-ext-base-ssort2ins • Rank 2.8 • Science 44%

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

Updated 6 months ago

@stdlib/array-base-ternary2d • Rank 2.8 • Science 44%

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

Updated 6 months ago

@stdlib/array-base-binary4d • Rank 2.8 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-sqrt-by • Rank 2.7 • Science 44%

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

Updated 6 months ago

@stdlib/ndarray-iter-column-entries • Rank 2.7 • Science 44%

Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of matrices).

Updated 6 months ago

@stdlib/ndarray-iter-row-entries • Rank 2.7 • Science 44%

Create an iterator which returns [index, row] pairs for each row in a matrix (or stack of matrices).

Updated 6 months ago

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

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

Updated 6 months ago

@stdlib/ndarray-iter-entries • Rank 2.6 • Science 44%

Create an iterator which returns [index, value] pairs for each element in a provided ndarray.

Updated 6 months ago

@stdlib/math-strided-special-sin-by • Rank 2.6 • Science 44%

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

Updated 6 months ago

@stdlib/array-base-quinary5d • Rank 2.6 • Science 44%

Apply a quinary callback to elements in five five-dimensional nested input arrays and assign results to elements in a five-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/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/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/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/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/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/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/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

@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/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-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

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-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

https://github.com/astropenguin/ndtools • Rank 7.3 • Science 39%

:zap: Collection of tools to extend multidimensional array operations

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/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/array-base-quinary3d • Rank 2.2 • Science 44%

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

Updated 6 months ago

@stdlib/assert-is-complex128vector-like • Rank 2.2 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-dcbrt-by • Rank 2.1 • Science 44%

Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.

Updated 6 months ago

@stdlib/array-base-quaternary4d • Rank 2.1 • Science 44%

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