LAPACK 3.3.1
Linear Algebra PACKage

sgegv.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SGEGV (JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHAR, ALPHAI, BETA, VL, LDVL, VR, LDVR, WORK, LWORK, INFO)

Function Documentation

subroutine SGEGV ( CHARACTER  JOBVL,
CHARACTER  JOBVR,
INTEGER  N,
REAL,dimension( lda, * )  A,
INTEGER  LDA,
REAL,dimension( ldb, * )  B,
INTEGER  LDB,
REAL,dimension( * )  ALPHAR,
REAL,dimension( * )  ALPHAI,
REAL,dimension( * )  BETA,
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 sgegv.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions