Developer Reference for Intel® oneAPI Math Kernel Library for Fortran
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
?cabs1
Computes absolute value of complex number.
res = scabs1(z)
res = dcabs1(z)
res = cabs1(z)
- mkl.fi, blas.f90
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
-
COMPLEX scalar for scabs1.
DOUBLE COMPLEX scalar for dcabs1.
- res
-
REAL for scabs1.
DOUBLE PRECISION for dcabs1.
Contains the absolute value of a complex number z.