LAPACK 3.3.0

sgeev.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file sgeev.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions