Functions/Subroutines

SRC/dgeesx.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DGEESX (JOBVS, SORT, SELECT, SENSE, N, A, LDA, SDIM, WR, WI, VS, LDVS, RCONDE, RCONDV, WORK, LWORK, IWORK, LIWORK, BWORK, INFO)

Function Documentation

subroutine DGEESX ( CHARACTER  JOBVS,
CHARACTER  SORT,
LOGICAL,external  SELECT,
CHARACTER  SENSE,
INTEGER  N,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
INTEGER  SDIM,
DOUBLE PRECISION,dimension( * )  WR,
DOUBLE PRECISION,dimension( * )  WI,
DOUBLE PRECISION,dimension( ldvs, * )  VS,
INTEGER  LDVS,
DOUBLE PRECISION  RCONDE,
DOUBLE PRECISION  RCONDV,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER,dimension( * )  IWORK,
INTEGER  LIWORK,
LOGICAL,dimension( * )  BWORK,
INTEGER  INFO 
)

Definition at line 1 of file dgeesx.f.