Return an ndarray created by joining elements using a separator along one or more ndarray dimensions.
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.
Return a string created by joining strided array elements using a specified separator.
Fill a strided array with a specified scalar constant.
Create a zero-filled generic array.
Copy values from x into y.
Fill a strided array according to a provided callback function.
BLAS memory layouts.
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
Reverse a strided array in-place.
BLAS operation sides.
Add a scalar constant to each element in a double-precision floating-point strided array.
BLAS transpose operations.
BLAS matrix triangles.
BLAS diagonal element types.
Common symbols and type definitions shared across base BLAS APIs.
Matrix orientations.
Return the index of the first row in an input matrix which has the same elements as a provided search vector.
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.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.