1DCABS1(1) BLAS routine DCABS1(1)
23
4
NAME
6DCABS1 - computes absolute value of a double complex number
7=====================================================================
8.
9
SYNOPSIS
11DOUBLE PRECISION FUNCTION DCABS1(Z)
1213
DOUBLE COMPLEX Z
14
PURPOSE
16DCABS1 computes absolute value of a double complex number
1718
19
20
21
22
23
24
25
BLAS routine November 2008 DCABS1(1)