cladiv.f

Section: LAPACK (3)
Updated: Tue Nov 14 2017
Page Index
 

NAME

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.

Date:

December 2016

Definition at line 66 of file cladiv.f.  

Author

Generated automatically by Doxygen for LAPACK from the source code.


 

Index

NAME
SYNOPSIS
Functions/Subroutines
Function/Subroutine Documentation
complex function cladiv (complex X, complex Y)
Author