Return the index of the first row in an input matrix which has the same elements as a provided search vector.
Utility method for finding the difference between arrays
Add a scalar constant to each element in a double-precision floating-point strided array.
Calculate the sum of strided array elements using an improved Kahan–Babuška algorithm.
Add a scalar constant to each single-precision floating-point strided array element and compute the sum using pairwise summation.
Calculate the dot product of two double-precision floating-point vectors.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.
Calculate the sum of double-precision floating-point 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 pairwise summation with extended accumulation, and returning an extended precision result.
Return the BLAS memory layout string associated with a BLAS memory layout enumeration constant.
Calculate the dot product of two single-precision floating-point vectors.
Calculate the dot product of two vectors.
Return the enumeration constant associated with a supported BLAS memory layout value.
Return the enumeration constant associated with a BLAS memory layout string.
Calculate the sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Error handler for BLAS/LAPACK routines.
Copy values from x into y.
Multiply a vector `x` by a constant and add the result to `y`.
Fill a double-precision floating-point strided array with a specified scalar constant.
BLAS Level 2 operations for ndarrays
Calculate the sum of single-precision floating-point strided array elements.
Deep join an array
Calculate the sum of strided array elements.
Copy values from x into y.