blas
Here are 304 public repositories matching this topic...
[mod] High performance linear algebra ~~ Added sparse matrix/vector support and boost of AX=B solve
-
Updated
Jul 22, 2018 - JavaScript
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
-
Updated
May 27, 2025 - JavaScript
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.
-
Updated
Jun 30, 2025 - JavaScript
Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.
-
Updated
Aug 11, 2025 - JavaScript
Calculate the sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.
-
Updated
May 26, 2025 - JavaScript
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
-
Updated
Aug 9, 2025 - JavaScript
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
-
Updated
Dec 15, 2025 - JavaScript
Calculate the cumulative sum of double-precision floating-point strided array elements.
-
Updated
Jun 26, 2025 - JavaScript
Add a constant to each double-precision floating-point strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.
-
Updated
Jun 26, 2025 - JavaScript
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation.
-
Updated
Sep 1, 2025 - JavaScript
Calculate the cumulative sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
-
Updated
Jun 26, 2025 - JavaScript
Calculate the dot product of two vectors.
-
Updated
May 26, 2025 - JavaScript
Calculate the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result.
-
Updated
Jun 30, 2025 - JavaScript
Improve this page
Add a description, image, and links to the blas topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the blas topic, visit your repo's landing page and select "manage topics."