KTH framework for Nek5000 toolboxes; testing version  0.0.1
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/Subroutine Documentation

◆ dgeev()

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.

References dgebak(), dgebal(), dgehrd(), dhseqr(), dlabad(), dlacpy(), dlartg(), dlascl(), dorghr(), drot(), dscal(), dtrevc(), and xerbla().

+ Here is the call graph for this function: