![]() |
![]()
| ![]() |
![]()
NAMEladiv - ladiv: complex divide SYNOPSISFunctionscomplex function cladiv (x, y)
Detailed DescriptionFunction Documentationcomplex function cladiv (complex x, complex y)CLADIV performs complex division in real arithmetic, avoiding unnecessary overflow. Purpose:
Parameters X
Y
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 63 of file cladiv.f. subroutine dladiv (double precision a, double precision b, double precision c, double precision d, double precision p, double precision q)DLADIV performs complex division in real arithmetic, avoiding unnecessary overflow. Purpose:
Parameters A
B
C
D
P
Q
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 90 of file dladiv.f. subroutine dladiv1 (double precision a, double precision b, double precision c, double precision d, double precision p, double precision q)Definition at line 176 of file dladiv.f. double precision function dladiv2 (double precision a, double precision b, double precision c, double precision d, double precision r, double precision t)Definition at line 215 of file dladiv.f. subroutine sladiv (real a, real b, real c, real d, real p, real q)SLADIV performs complex division in real arithmetic, avoiding unnecessary overflow. Purpose:
Parameters A
B
C
D
P
Q
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 90 of file sladiv.f. subroutine sladiv1 (real a, real b, real c, real d, real p, real q)Definition at line 176 of file sladiv.f. real function sladiv2 (real a, real b, real c, real d, real r, real t)Definition at line 215 of file sladiv.f. complex*16 function zladiv (complex*16 x, complex*16 y)ZLADIV performs complex division in real arithmetic, avoiding unnecessary overflow. Purpose:
Parameters X
Y
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 63 of file zladiv.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|