@stdlib/blas-ext-base-dsnansumpw
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.
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.
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using Shellsort.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
BLAS matrix triangles.
Return the BLAS operation side string associated with a BLAS operation side enumeration constant.
Return the enumeration constant associated with a supported BLAS operation side value.
Return the operation side string associated with a supported BLAS operation side value.
Return the enumeration constant associated with a BLAS operation side.
BLAS operation sides.
Compute the sum of absolute values (L1 norm).
Multiply a vector x by a constant and add the result to y.
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point number.