[mod] High performance linear algebra ~~ Added sparse matrix/vector support and boost of AX=B solve
-
Updated
Jul 22, 2018 - JavaScript
[mod] High performance linear algebra ~~ Added sparse matrix/vector support and boost of AX=B solve
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.
Interchange two vectors.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.
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.
Calculate the sum of single-precision floating-point strided array elements.
Calculate the cumulative sum of strided array elements.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
Calculate the sum of strided array elements.
Calculate the sum of strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Calculate the sum of single-precision floating-point strided array elements using extended accumulation.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using extended accumulation.
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation.
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.
Add a description, image, and links to the blas topic page so that developers can more easily learn about it.
To associate your repository with the blas topic, visit your repo's landing page and select "manage topics."