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