Add a constant to each single-precision floating-point strided array element and compute the sum using an improved Kahan–Babuška algorithm.
BLAS.
Calculate the sum of strided array elements using pairwise summation.
Add a scalar constant to each strided array element and compute the sum using pairwise summation.
Fill a strided array with a specified scalar constant.
Copy values from x into y.
Return a string created by joining strided array elements using a specified separator.
Add a scalar constant to each single-precision floating-point strided array element and compute the sum using an improved Kahan–Babuška algorithm.
Create a zero-filled generic array.
Fill a strided array according to a provided callback function.
BLAS memory layouts.
BLAS matrix triangles.
Reverse a strided array in-place.
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
BLAS transpose operations.
Common symbols and type definitions shared across base BLAS APIs.
BLAS diagonal element types.
BLAS operation sides.
Matrix orientations.
Return the index of the first row in an input matrix which has the same elements as a provided search vector.
Add a scalar constant to each element in a double-precision floating-point strided array.
Calculate the cumulative sum of strided array elements using pairwise summation.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation.
Calculate the sum of strided array elements using an improved Kahan–Babuška algorithm.