Functions/Subroutines

SRC/dgeev.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DGEEV (JOBVL, JOBVR, N, A, LDA, WR, WI, VL, LDVL, VR, LDVR, WORK, LWORK, INFO)

Function Documentation

subroutine DGEEV ( CHARACTER  JOBVL,
CHARACTER  JOBVR,
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,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER  INFO 
)

Definition at line 1 of file dgeev.f.