![]() |
![]()
| ![]() |
![]()
NAMEzladiv.f -SYNOPSISFunctions/SubroutinesCOMPLEX *16 function zladiv (X, Y) Function/Subroutine DocumentationCOMPLEX*16 function zladiv (complex*16X, complex*16Y)ZLADIV performs complex division in real arithmetic, avoiding unnecessary overflow. 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. X
Author:
X is COMPLEX*16Y Y is COMPLEX*16 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 zladiv.f.
AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|