Scroll to navigation

/home/abuild/rpmbuild/BUILD/lapack-3.12.0/SRC/cladiv.f(3) Library Functions Manual /home/abuild/rpmbuild/BUILD/lapack-3.12.0/SRC/cladiv.f(3)

NAME

/home/abuild/rpmbuild/BUILD/lapack-3.12.0/SRC/cladiv.f

SYNOPSIS

Functions/Subroutines


complex function CLADIV (x, y)
CLADIV performs complex division in real arithmetic, avoiding unnecessary overflow.

Function/Subroutine Documentation

complex function CLADIV (complex x, complex y)

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.
!> 

Parameters

X

!>          X is COMPLEX
!> 

Y

!>          Y is COMPLEX
!>          The complex scalars X and Y.
!> 

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 63 of file cladiv.f.

Author

Generated automatically by Doxygen for LAPACK from the source code.

Version 3.12.0 LAPACK