Updated 9 months ago

strided-base-stride2offset • Science 44%

Determine the index offset which specifies the location of the first indexed value in a strided array.

Updated 9 months ago

array-base-scatter-filled • Science 44%

Scatter a list of provided values to specified indices in a new filled "generic" array.

Updated 9 months ago

array-base-fliplr4d • Science 44%

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

Updated 9 months ago

@stdlib/array-base-unary3d • Science 44%

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

Updated 9 months ago

ndarray-map • Science 26%

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

Updated 9 months ago

stats-array-nanmskrange • Science 44%

Calculate the range of an array according to a mask, ignoring NaN values.

Updated 9 months ago

@stdlib/napi-argv-float64array • Science 44%

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

Updated 9 months ago

@stdlib/napi-argv-strided-uint16array • Science 44%

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

Updated 9 months ago

@stdlib/stats-base-sdsmean • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.

Updated 9 months ago

@stdlib/napi-argv-float32array • Science 44%

Convert a Node-API value to a single-precision floating-point array.

Updated 9 months ago

@stdlib/napi-argv-strided-float32array • Science 44%

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

Updated 9 months ago

@stdlib/array-base-unary4d • Science 44%

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

Updated 9 months ago

stats-strided-dvariancech • Science 57%

Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 9 months ago

@stdlib/array-base-map4d • Science 44%

Apply a function to elements in a four-dimensional nested input array and assign results to elements in a new four-dimensional nested output array.

Updated 9 months ago

@stdlib/array-base-quaternary2d • Science 44%

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

Updated 9 months ago

@stdlib/strided-base-reinterpret-complex • Science 44%

Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.

Updated 9 months ago

ndarray-base-every • Science 44%

Test whether every element in an ndarray is truthy.

Updated 9 months ago

blas-base-wasm-isamax • Science 44%

Find the index of the first element having the maximum absolute value.

Updated 9 months ago

ndarray-base-unary-reduce-strided1d-dispatch-by • Science 26%

This repository provides efficient methods for unary reduction operations on strided 1D arrays. Explore the code and contribute to the future of numerical computation! 🐱💻✨

Updated 9 months ago

@stdlib/ndarray-base-expand-dimensions • Science 44%

Expand the shape of an array by inserting a new dimension of size one at a specified axis.

Updated 9 months ago

@stdlib/random-array-bernoulli • Science 44%

Create an array containing pseudorandom numbers drawn from a Bernoulli distribution.

Updated 9 months ago

array-base-symmetric-banded-filled2d-by • Science 44%

Create a filled two-dimensional symmetric banded nested array according to a provided callback function.

Updated 9 months ago

random-array-weibull • Science 44%

Create an array containing pseudorandom numbers drawn from a Weibull distribution.

Updated 9 months ago

@stdlib/random-array-tools-binary • Science 44%

Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.

Updated 9 months ago

@stdlib/array-base-reject • Science 44%

Return a shallow copy of an array containing only those elements which fail a test implemented by a predicate function.

Updated 9 months ago

@stdlib/array-base-cunone • Science 44%

Cumulatively test whether every element in a provided array is falsy.

Updated 9 months ago

@stdlib/napi-argv-strided-float64array • Science 44%

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

Updated 9 months ago

array-base-cunone-by-right • Science 44%

Cumulatively test whether no array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.

Updated 9 months ago

@stdlib/ndarray-base-numel-dimension • Science 44%

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

Updated 9 months ago

@stdlib/ndarray-base-for-each • Science 44%

Invoke a callback function once for each ndarray element.

Updated 9 months ago

@stdlib/array-put • Science 44%

Replace specified elements of an array with provided values.

Updated 9 months ago

blas-ext-base-wasm-dapx • Science 44%

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

Updated 9 months ago

@stdlib/math-strided-special-asinh-by • Science 44%

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

Updated 9 months ago

stats-array-nanmeanwd • Science 44%

Calculate the arithmetic mean of an array, ignoring NaN values and using Welford's algorithm.

Updated 9 months ago

ndarray-base-count-if • Science 44%

Count the number of elements in an ndarray which pass a test implemented by a predicate function.

Updated 9 months ago

@stdlib/array-base-binary2d • Science 44%

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

Updated 9 months ago

stats-strided-snanmin • Science 44%

Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.

Updated 9 months ago

blas-ext-base-wasm-dnansumpw • Science 44%

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.

Updated 9 months ago

napi-argv-dataview-cast • Science 44%

Convert a Node-API value corresponding to a DataView to a pointer having a specified data type.

Updated 9 months ago

stats-strided • Science 44%

Statistical operations for strided arrays.

Updated 9 months ago

@stdlib/random-array-gamma • Science 44%

Create an array containing pseudorandom numbers drawn from a gamma distribution.

Updated 9 months ago

stats-strided-nanmaxabs • Science 44%

Calculate the maximum absolute value of a strided array, ignoring NaN values.

Updated 9 months ago

ndarray-base-promote-dtypes • Science 44%

Resolve the data type that results from applying promotion rules to a provided list of data types.

Updated 9 months ago

random-tools-binary • Science 44%

Constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.

Updated 9 months ago

stats-strided-dnanstdevpn • Science 44%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.

Updated 9 months ago

array-base-without • Science 44%

Return a new array containing every element from an input array, except for the element at a specified index.

Updated 9 months ago

stats-array-nanrange-by • Science 44%

Calculate the range of an array via a callback function, ignoring NaN values.

Updated 9 months ago

ndarray-base-unary-strided1d • Science 44%

Apply a one-dimensional strided array function to a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.

Updated 9 months ago

array-base-assert-any-has-property • Science 44%

Test whether at least one element in a provided array has a specified property, either own or inherited.

Updated 9 months ago

ndarray-base-count-falsy • Science 44%

Count the number of falsy elements in an ndarray.

Updated 9 months ago

stats-strided-smin • Science 44%

Calculate the minimum value of a single-precision floating-point strided array.

Updated 9 months ago

math-array-tools-unary • Science 44%

Constructor for applying a unary function to each element in an input array.

Updated 9 months ago

array-base-fill-by • Science 44%

Fill all elements within a portion of an array according to a callback function.

Updated 9 months ago

@stdlib/array-base-map5d • Science 44%

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

Updated 9 months ago

array-base-broadcasted-quaternary5d • Science 44%

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

Updated 9 months ago

stats-strided-dnanmeanpn • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.

Updated 9 months ago

stats-array-min-by • Science 44%

Calculate the minimum value of an array via a callback function.

Updated 9 months ago

ndarray-base-assert-is-integer-index-data-type • Science 26%

Test if an input value is a supported ndarray integer index data type.

Updated 9 months ago

@stdlib/array-base-join • Science 44%

Return a string created by joining array elements using a specified separator.

Updated 9 months ago

math-array-special-abs • Science 44%

Compute the absolute value for each element in an input array.