@stdlib/constants-float32-sqrt-eps
Square root of single-precision floating-point epsilon.
Square root of single-precision floating-point epsilon.
Test if a value is a Complex64Array.
Test if a value is a 2-dimensional ndarray-like object containing single-precision complex floating-point numbers.
Test if a value is an ndarray-like object containing single-precision complex floating-point numbers.
Test if a value is a 1-dimensional ndarray-like object containing single-precision complex floating-point numbers.
Apply a plane rotation.
Construct a Givens plane rotation.
Multiply a single-precision floating-point vector by a constant.
Interchange two single-precision floating-point vectors.
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.
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 vector.
Compute the L2-norm of a complex single-precision floating-point vector.
Copy values from x into y.
Calculate the dot product of two single-precision floating-point vectors.