table of contents
other versions
- jessie 3.5.0-4
 - jessie-backports 3.7.0-1~bpo8+1
 - stretch 3.7.0-2
 
| cladiv.f(3) | LAPACK | cladiv.f(3) | 
NAME¶
cladiv.f -SYNOPSIS¶
Functions/Subroutines¶
complex function cladiv (X, Y)
Function/Subroutine Documentation¶
complex function cladiv (complexX, complexY)¶
CLADIV performs complex division in real arithmetic, avoiding unnecessary overflow. 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.
X
Author:
X is COMPLEXY
          Y is COMPLEX
          The complex scalars X and Y.
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date:
September 2012
Definition at line 65 of file cladiv.f.
Author¶
Generated automatically by Doxygen for LAPACK from the source code.| Wed Oct 15 2014 | Version 3.4.2 |