1DCABS1(1) BLAS routine DCABS1(1)
23
4
NAME
6DCABS1 - absolute value of a double complex number .
7
SYNOPSIS
9DOUBLE PRECISION FUNCTION DCABS1(Z)
1011
DOUBLE COMPLEX Z
12
PURPOSE
14DCABS1 computes absolute value of a double complex number
1516
17
18
19
20
21
22
23
BLAS routine November 2006 DCABS1(1)