@stdlib/blas-base-srotg
Construct a Givens plane rotation.
Construct a Givens plane rotation.
Apply a modified Givens transformation.
Multiply a single-precision floating-point vector by a constant.
Interchange two single-precision floating-point vectors.
Error handler for BLAS/LAPACK routines.
Scale a double-precision complex floating-point vector by a double-precision complex floating-point constant and add the result to a double-precision complex floating-point vector.
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
Apply a plane rotation.
Scale a double-precision complex floating-point vector by a double-precision complex floating-point constant.
Interchanges two complex double-precision floating-point vectors.
Calculate the dot product of two double-precision floating-point vectors.
Reverse a double-precision floating-point strided array in-place.
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
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 single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
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.
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using heapsort.
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.