Updated 6 months ago

blas-base-layout-enum2str • Science 44%

Return the BLAS memory layout string associated with a BLAS memory layout enumeration constant.

Updated 6 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 6 months ago

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

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

Updated 6 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 6 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 6 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 6 months ago

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

Invoke a callback function once for each ndarray element.

Updated 6 months ago

@stdlib/array-put • Science 44%

Replace specified elements of an array with provided values.

Updated 6 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 6 months ago

stats-array-nanmeanwd • Science 44%

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

Updated 6 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 6 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 6 months ago

stats-strided-snanmin • Science 44%

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

Updated 6 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 6 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 6 months ago

stats-strided • Science 44%

Statistical operations for strided arrays.

Updated 6 months ago

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

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

Updated 6 months ago

stats-strided-nanmaxabs • Science 44%

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

Updated 6 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 6 months ago

stats-strided-svariancepn • Science 57%

Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.

Updated 6 months ago

stats-strided-dnanvariancepn • Science 44%

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

Updated 6 months ago

stats-strided-dvariancetk • Science 57%

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

Updated 6 months ago

random-tools-binary • Science 44%

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

Updated 6 months ago

stats-strided-dnanstdevtk • Science 44%

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

Updated 6 months ago

stats-strided-snanmax • Science 44%

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

Updated 6 months ago

stats-strided-max-by • Science 26%

This repository contains the `stats-strided-max-by` function, which computes the maximum value of a strided array using a callback function. Explore the code and contribute to enhancing numerical computation in JavaScript! 🛠️📊

Updated 6 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 6 months ago

stats-array-nanrange-by • Science 44%

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

Updated 6 months ago

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

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

Updated 6 months ago

blas-ext-base-ndarray-slast-index-of • Science 44%

Return the last index of a specified search element in a one-dimensional single-precision floating-point ndarray.

Updated 6 months ago

blas-ext-base-ndarray-dlast-index-of • Science 44%

Return the last index of a specified search element in a one-dimensional double-precision floating-point ndarray.

Updated 6 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 6 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 6 months ago

ndarray-base-count-falsy • Science 44%

Count the number of falsy elements in an ndarray.

Updated 6 months ago

stats-strided-dsemtk • Science 44%

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.

Updated 6 months ago

stats-strided-smin • Science 44%

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

Updated 6 months ago

stats-array-nanvariancewd • Science 57%

Calculate the variance of an array ignoring `NaN` values and using Welford's algorithm.

Updated 6 months ago

@stdlib/blas-base-dger • Science 26%

Performs the rank 1 operation A = alpha⋅x⋅y^T + A.

Updated 6 months ago

math-array-tools-unary • Science 44%

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

Updated 6 months ago

array-base-fill-by • Science 44%

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

Updated 6 months ago

stats-strided-dmeanli • Science 44%

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

Updated 6 months ago

array-base-zip2objects • Science 26%

Zip one or more arrays to an array of objects.

Updated 6 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 6 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 6 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 6 months ago

stats-array-min-by • Science 44%

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

Updated 6 months ago

https://github.com/alleninstitute/atexplorer • Science 13%

API's and Applications for ArrayTomography (AT)

Updated 6 months ago

@stdlib/blas-ext-base-gnansumpw • Science 57%

Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.

Updated 6 months ago

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

Replace elements of an array with provided values according to a provided mask array.

Updated 6 months ago

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

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

Updated 6 months ago

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

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

Updated 6 months ago

ndarray-filter • Science 44%

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

Updated 6 months ago

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

Convert a Node-API value to an unsigned 32-bit integer array.

Updated 6 months ago

lapack-base-spttrf • Science 44%

Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.

Updated 6 months ago

array-base-broadcasted-quaternary3d • Science 44%

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

Updated 6 months ago

stats-strided-maxabs • Science 26%

This repository provides a function to compute the maximum absolute value of strided data efficiently. Join us in enhancing numerical computation in JavaScript! 🛠️✨

Updated 6 months ago

array-base-broadcasted-ternary5d • Science 44%

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