other versions
| zggesx.f(3) | LAPACK | zggesx.f(3) | 
NAME¶
zggesx.f
SYNOPSIS¶
Functions/Subroutines¶
subroutine zggesx (JOBVSL, JOBVSR, SORT, SELCTG, SENSE,
    N, A, LDA, B, LDB, SDIM, ALPHA, BETA, VSL, LDVSL, VSR,
    LDVSR, RCONDE, RCONDV, WORK, LWORK, RWORK, IWORK, LIWORK, BWORK, INFO)
  
   ZGGESX computes the eigenvalues, the Schur form, and, optionally, the
    matrix of Schur vectors for GE matrices
  
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
| Wed May 24 2017 | Version 3.7.0 |