LAPACK 3.3.0

dgeevx.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DGEEVX (BALANC, JOBVL, JOBVR, SENSE, N, A, LDA, WR, WI, VL, LDVL, VR, LDVR, ILO, IHI, SCALE, ABNRM, RCONDE, RCONDV, WORK, LWORK, IWORK, INFO)

Function Documentation

subroutine DGEEVX ( CHARACTER  BALANC,
CHARACTER  JOBVL,
CHARACTER  JOBVR,
CHARACTER  SENSE,
INTEGER  N,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( * )  WR,
DOUBLE PRECISION,dimension( * )  WI,
DOUBLE PRECISION,dimension( ldvl, * )  VL,
INTEGER  LDVL,
DOUBLE PRECISION,dimension( ldvr, * )  VR,
INTEGER  LDVR,
INTEGER  ILO,
INTEGER  IHI,
DOUBLE PRECISION,dimension( * )  SCALE,
DOUBLE PRECISION  ABNRM,
DOUBLE PRECISION,dimension( * )  RCONDE,
DOUBLE PRECISION,dimension( * )  RCONDV,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER,dimension( * )  IWORK,
INTEGER  INFO 
)

Definition at line 1 of file dgeevx.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions