LAPACK 3.3.1
Linear Algebra PACKage

ddrvev.f File Reference

Go to the source code of this file.

Functions/Subroutines

INTEGER DDRVEV (NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, NOUNIT, A, LDA, H, WR, WI, WR1, WI1, VL, LDVL, VR, LDVR, LRE, LDLRE, RESULT, WORK, NWORK, IWORK, INFO)

Function Documentation

INTEGER DDRVEV ( INTEGER  NSIZES,
INTEGER,dimension( * )  NN,
INTEGER  NTYPES,
LOGICAL,dimension( * )  DOTYPE,
INTEGER,dimension( 4 )  ISEED,
DOUBLE PRECISION  THRESH,
INTEGER  NOUNIT,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( lda, * )  H,
DOUBLE PRECISION,dimension( * )  WR,
DOUBLE PRECISION,dimension( * )  WI,
DOUBLE PRECISION,dimension( * )  WR1,
DOUBLE PRECISION,dimension( * )  WI1,
DOUBLE PRECISION,dimension( ldvl, * )  VL,
INTEGER  LDVL,
DOUBLE PRECISION,dimension( ldvr, * )  VR,
INTEGER  LDVR,
DOUBLE PRECISION,dimension( ldlre, * )  LRE,
INTEGER  LDLRE,
DOUBLE PRECISION,dimension( 7 )  RESULT,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  NWORK,
INTEGER,dimension( * )  IWORK,
INTEGER  INFO 
)

Definition at line 1 of file ddrvev.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions