LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
clctes.f File Reference

Go to the source code of this file.

Functions/Subroutines

LOGICAL function clctes (Z, D)
 CLCTES More...
 

Function/Subroutine Documentation

LOGICAL function clctes ( complex  Z,
complex  D 
)

CLCTES

Purpose:
 CLCTES returns .TRUE. if the eigenvalue Z/D is to be selected
 (specifically, in this subroutine, if the real part of the
 eigenvalue is negative), and otherwise it returns .FALSE..

 It is used by the test routine CDRGES to test whether the driver
 routine CGGES succesfully sorts eigenvalues.
Parameters
[in]Z
          Z is COMPLEX
          The numerator part of a complex eigenvalue Z/D.
[in]D
          D is COMPLEX
          The denominator part of a complex eigenvalue Z/D.
Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date
November 2011

Definition at line 59 of file clctes.f.

Here is the caller graph for this function: