other versions
| dggev3.f(3) | LAPACK | dggev3.f(3) | 
NAME¶
dggev3.f
SYNOPSIS¶
Functions/Subroutines¶
subroutine dggev3 (JOBVL, JOBVR, N, A, LDA,
    B, LDB, ALPHAR, ALPHAI, BETA, VL, LDVL, VR, LDVR, WORK, LWORK, INFO)
  
   DGGEV3 computes the eigenvalues and, optionally, the left and/or right
    eigenvectors for GE matrices (blocked algorithm)
  
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
| Wed May 24 2017 | Version 3.7.0 |