LAPACK 3.3.1
Linear Algebra PACKage

strevc.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

subroutine STREVC ( CHARACTER  SIDE,
CHARACTER  HOWMNY,
LOGICAL,dimension( * )  SELECT,
INTEGER  N,
REAL,dimension( ldt, * )  T,
INTEGER  LDT,
REAL,dimension( ldvl, * )  VL,
INTEGER  LDVL,
REAL,dimension( ldvr, * )  VR,
INTEGER  LDVR,
INTEGER  MM,
INTEGER  M,
REAL,dimension( * )  WORK,
INTEGER  INFO 
)

Definition at line 1 of file strevc.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions