Intel® oneAPI Math Kernel Library Developer Reference - C
Computes absolute value of complex number.
float cblas_scabs1 (const void *z);
double cblas_dcabs1 (const void *z);
The ?cabs1 is an auxiliary routine for a few BLAS Level 1 routines. This routine performs an operation defined as
res=|Re(z)|+|Im(z)|,
where z is a scalar, and res is a value containing the absolute value of a complex number z.
Scalar.
The absolute value of a complex number z.