Developer Reference for Intel® oneAPI Math Kernel Library for C
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-AD1F7789-F948-49FD-A2F4-107E0F39B46F
Visible to Intel only — GUID: GUID-AD1F7789-F948-49FD-A2F4-107E0F39B46F
cblas_?cabs1
Computes absolute value of complex number.
float cblas_scabs1 (const void *z);
double cblas_dcabs1 (const void *z);
- mkl.h
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.
- z
-
Scalar.
The absolute value of a complex number z.