table of contents
other versions
- testing 3.12.0-4
- unstable 3.12.1-2
- experimental 3.12.1-1
abs1(3) | LAPACK | abs1(3) |
NAME¶
abs1 - abs1: | real( x ) | + | imag( x ) |
SYNOPSIS¶
Functions¶
double precision function dcabs1 (z)
DCABS1 real function scabs1 (z)
SCABS1
Detailed Description¶
Function Documentation¶
double precision function dcabs1 (complex*16 z)¶
DCABS1
Purpose:
DCABS1 computes |Re(.)| + |Im(.)| of a double complex number
Parameters
Z
Z is COMPLEX*16
Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
real function scabs1 (complex z)¶
SCABS1
Purpose:
SCABS1 computes |Re(.)| + |Im(.)| of a complex number
Parameters
Z
Z is COMPLEX
Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
Tue Jan 14 2025 16:19:47 | Version 3.12.0 |