LAPACK  3.4.1
LAPACK: Linear Algebra PACKage
 All Files Functions Groups
cladiv.f File Reference

Go to the source code of this file.

Functions/Subroutines

COMPLEX function cladiv (X, Y)
 CLADIV

Function/Subroutine Documentation

COMPLEX function cladiv ( complex  X,
complex  Y 
)

CLADIV

Download CLADIV + dependencies [TGZ] [ZIP] [TXT]
Purpose:
 CLADIV := 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
[in]Y
          Y is COMPLEX
          The complex scalars X and Y.
Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date
November 2011

Definition at line 65 of file cladiv.f.

Here is the call graph for this function: