LAPACK 3.3.0

sgeevx.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SGEEVX (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 SGEEVX ( CHARACTER  BALANC,
CHARACTER  JOBVL,
CHARACTER  JOBVR,
CHARACTER  SENSE,
INTEGER  N,
REAL,dimension( lda, * )  A,
INTEGER  LDA,
REAL,dimension( * )  WR,
REAL,dimension( * )  WI,
REAL,dimension( ldvl, * )  VL,
INTEGER  LDVL,
REAL,dimension( ldvr, * )  VR,
INTEGER  LDVR,
INTEGER  ILO,
INTEGER  IHI,
REAL,dimension( * )  SCALE,
REAL  ABNRM,
REAL,dimension( * )  RCONDE,
REAL,dimension( * )  RCONDV,
REAL,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER,dimension( * )  IWORK,
INTEGER  INFO 
)

Definition at line 1 of file sgeevx.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions