Fill a one-dimensional double-precision floating-point ndarray with linearly spaced values over a specified interval.
BLAS.
Create a zero-filled generic array.
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.
BLAS Level 1 operations for ndarrays
Return a string created by joining strided array elements using a specified separator.
Multidimensional arrays.
Copy values from x into y.
Fill a double-precision floating-point strided array with linearly spaced values over a specified interval.
BLAS memory layouts.
Fill a strided array according to a provided callback function.
Compute the sum of all elements in a one-dimensional double-precision floating-point ndarray.
Compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray.
Reverse a strided array in-place.
Compute the sum of all elements in a one-dimensional ndarray.
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray.
Compute the sum of all elements in a one-dimensional single-precision complex floating-point ndarray.
Common symbols and type definitions shared across base BLAS APIs.
BLAS transpose operations.
BLAS diagonal element types.
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
Test if an input value is a supported ndarray data type.