Updated 6 months ago

cuvec • Rank 11.7 • Science 67%

Unifying Python/C++/CUDA memory: Python buffered array ↔️ `std::vector` ↔️ CUDA managed memory

Updated 6 months ago

RecursiveArrayTools • Rank 19.2 • Science 54%

Tools for easily handling objects like arrays of arrays and deeper nestings in scientific machine learning (SciML) and other applications

Updated 6 months ago

@stdlib/blas-ext-base-gapxsumpw • Rank 10.0 • Science 57%

Adds a constant to each strided array element and computes the sum using pairwise summation.

Updated 6 months ago

@stdlib/stats-base-meanpn • Rank 9.9 • Science 57%

Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.

Updated 6 months ago

@stdlib/blas-ext-base-dsumpw • Rank 9.4 • Science 57%

Calculate the sum of double-precision floating-point strided array elements using pairwise summation.

Updated 6 months ago

@stdlib/assert-tools-array-function • Rank 20.7 • Science 44%

Return a function which tests if every element in an array passes a test condition.

Updated 6 months ago

@stdlib/blas-ext-base-gsumkbn • Rank 6.4 • Science 57%

Calculate the sum of strided array elements using an improved Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-dnanvariancech • Rank 6.0 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-dnansumkbn • Rank 5.8 • Science 57%

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/blas-ext-base-ssumpw • Rank 5.5 • Science 57%

Calculate the sum of single-precision floating-point strided array elements using pairwise summation.

Updated 6 months ago

@stdlib/blas-ext-base-dnannsumpw • Rank 5.4 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-sapxsumpw • Rank 5.2 • Science 57%

Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation.

Updated 6 months ago

@stdlib/stats-base-nanstdevch • Rank 5.0 • Science 57%

Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass trial mean algorithm.

Updated 6 months ago

@stdlib/blas-ext-base-dssumpw • Rank 4.9 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-ssumkbn2 • Rank 4.8 • Science 57%

Calculate the sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-nanvarianceyc • Rank 4.6 • Science 57%

Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 6 months ago

@stdlib/stats-base-snanmeanwd • Rank 4.6 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.

Updated 6 months ago

@stdlib/stats-base-dmeanpn • Rank 4.6 • Science 57%

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

Updated 5 months ago

@stdlib/blas-ext-base-sdssumpw • Rank 4.5 • Science 57%

Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation.

Updated 5 months ago

@stdlib/blas-ext-base-gsumkbn2 • Rank 4.5 • Science 57%

Calculate the sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/blas-ext-base-gsort2hp • Rank 4.3 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dsmeanpn • Rank 4.2 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.

Updated 6 months ago

stats-base-nanmeanwd • Rank 4.2 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dnanvarianceyc • Rank 4.1 • Science 57%

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 6 months ago

@stdlib/blas-ext-base-dsumkbn2 • Rank 4.1 • Science 57%

Calculate the sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-dvarmpn • Rank 4.1 • Science 57%

Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.

Updated 6 months ago

@stdlib/stats-base-snanvariancepn • Rank 4.0 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dnanmeanpn • Rank 4.0 • 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

@stdlib/stats-base-dnanvariancetk • Rank 4.0 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-dnannsumkbn2 • Rank 4.0 • Science 57%

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/blas-ext-base-dnannsumkbn • Rank 4.0 • Science 57%

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/blas-ext-base-dnansumpw • Rank 3.9 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-meankbn • Rank 3.9 • Science 57%

Calculate the arithmetic mean of a strided array using an improved Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-dnanstdevyc • Rank 3.9 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-gnansumkbn • Rank 3.9 • Science 57%

Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-nanmeanpn • Rank 3.9 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-dsapxsumpw • Rank 3.9 • Science 57%

Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation and returning an extended precision result.

Updated 6 months ago

@stdlib/stats-base-dnanmeanpw • Rank 3.9 • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.

Updated 6 months ago

@stdlib/stats-base-snanvariancetk • Rank 3.8 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dvariancetk • Rank 3.8 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-snanstdevpn • Rank 3.8 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-dsnansumpw • Rank 3.8 • Science 57%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using pairwise summation with extended accumulation, and returning an extended precision result.

Updated 6 months ago

@stdlib/blas-ext-base-snansumpw • Rank 3.7 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-sdsnansumpw • Rank 3.7 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-ssort2hp • Rank 3.7 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dsempn • Rank 3.6 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-smeanwd • Rank 3.6 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.

Updated 6 months ago

@stdlib/stats-base-dsmeanpw • Rank 3.6 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation with extended accumulation and returning an extended precision result.

Updated 6 months ago

@stdlib/stats-base-smeanpn • Rank 3.6 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.

Updated 6 months ago

@stdlib/stats-base-dsmeanwd • Rank 3.6 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.

Updated 6 months ago

@stdlib/stats-base-dsnanmeanpn • Rank 3.6 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.

Updated 6 months ago

@stdlib/stats-base-dsemtk • Rank 3.6 • Science 57%

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

@stdlib/stats-base-dmeanwd • Rank 3.6 • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.

Updated 6 months ago

@stdlib/stats-base-snanstdevtk • Rank 3.6 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-sdsapxsumpw • Rank 3.6 • Science 57%

Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation.

Updated 5 months ago

@stdlib/blas-ext-base-dsort2hp • Rank 3.5 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dnanmeanwd • Rank 3.5 • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.

Updated 6 months ago

@stdlib/blas-ext-base-gnannsumkbn • Rank 3.4 • Science 57%

Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-dmeanli • Rank 3.4 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dsnanmeanwd • Rank 3.4 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.

Updated 6 months ago

@stdlib/blas-ext-base-ssort2sh • Rank 3.4 • Science 57%

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