LAPACK  3.4.2
LAPACK: Linear Algebra PACKage
 All Files Functions Groups
zladiv.f File Reference

Go to the source code of this file.

Functions/Subroutines

COMPLEX *16 function zladiv (X, Y)
 ZLADIV performs complex division in real arithmetic, avoiding unnecessary overflow.

Function/Subroutine Documentation

COMPLEX*16 function zladiv ( complex*16  X,
complex*16  Y 
)

ZLADIV performs complex division in real arithmetic, avoiding unnecessary overflow.

Download ZLADIV + dependencies [TGZ] [ZIP] [TXT]
Purpose:
 ZLADIV := X / Y, where X and Y are complex.  The computation of X / Y
 will not overflow on an intermediary step unless the results
 overflows.
Parameters:
[in]X
          X is COMPLEX*16
[in]Y
          Y is COMPLEX*16
          The complex scalars X and Y.
Author:
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date:
September 2012

Definition at line 65 of file zladiv.f.

Here is the call graph for this function:

Here is the caller graph for this function: