BLAS.
Copy values from x into y.
BLAS memory layouts.
Common symbols and type definitions shared across base BLAS APIs.
Add a scalar constant to each strided array element and compute the sum using pairwise summation.
Calculate the sum of strided array elements using pairwise summation.
BLAS operation sides.
Matrix orientations.
BLAS diagonal element types.
BLAS matrix triangles.
BLAS transpose operations.
Return a string created by joining strided array elements using a specified separator.
Multiply a vector by a scalar constant.
Fill a strided array with a specified scalar constant.
Multiply a double-precision floating-point vector by a constant.
Fill a strided array according to a provided callback function.
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
Reverse a strided array in-place.
Test if an input value is a BLAS memory layout.
Calculate the cumulative sum of strided array elements using pairwise summation.
Add a scalar constant to each element in a double-precision floating-point strided array.
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.
Calculate the dot product of two double-precision floating-point vectors.