Return the first index of a specified search element in a strided array.
Return the index of the first row in an input matrix which has the same elements as a provided search vector.
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.
Create a zero-filled generic array.
Fill a strided array according to a provided callback function.
BLAS memory layouts.
BLAS matrix triangles.
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
BLAS transpose operations.
Reverse a strided array in-place.
BLAS operation sides.
BLAS diagonal element types.
Return the first index of a specified search element in a one-dimensional ndarray.
Matrix orientations.
Common symbols and type definitions shared across base BLAS APIs.
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.