LAPACK 3.3.0

ztrevc.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ZTREVC (SIDE, HOWMNY, SELECT, N, T, LDT, VL, LDVL, VR, LDVR, MM, M, WORK, RWORK, INFO)

Function Documentation

subroutine ZTREVC ( CHARACTER  SIDE,
CHARACTER  HOWMNY,
LOGICAL,dimension( * )  SELECT,
INTEGER  N,
COMPLEX*16,dimension( ldt, * )  T,
INTEGER  LDT,
COMPLEX*16,dimension( ldvl, * )  VL,
INTEGER  LDVL,
COMPLEX*16,dimension( ldvr, * )  VR,
INTEGER  LDVR,
INTEGER  MM,
INTEGER  M,
COMPLEX*16,dimension( * )  WORK,
DOUBLE PRECISION,dimension( * )  RWORK,
INTEGER  INFO 
)

Definition at line 1 of file ztrevc.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions