LAPACK 3.3.0

dggev.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DGGEV (JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHAR, ALPHAI, BETA, VL, LDVL, VR, LDVR, WORK, LWORK, INFO)

Function Documentation

subroutine DGGEV ( CHARACTER  JOBVL,
CHARACTER  JOBVR,
INTEGER  N,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( ldb, * )  B,
INTEGER  LDB,
DOUBLE PRECISION,dimension( * )  ALPHAR,
DOUBLE PRECISION,dimension( * )  ALPHAI,
DOUBLE PRECISION,dimension( * )  BETA,
DOUBLE PRECISION,dimension( ldvl, * )  VL,
INTEGER  LDVL,
DOUBLE PRECISION,dimension( ldvr, * )  VR,
INTEGER  LDVR,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER  INFO 
)

Definition at line 1 of file dggev.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions