LAPACK 3.3.0

strsen.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine STRSEN (JOB, COMPQ, SELECT, N, T, LDT, Q, LDQ, WR, WI, M, S, SEP, WORK, LWORK, IWORK, LIWORK, INFO)

Function Documentation

subroutine STRSEN ( CHARACTER  JOB,
CHARACTER  COMPQ,
LOGICAL,dimension( * )  SELECT,
INTEGER  N,
REAL,dimension( ldt, * )  T,
INTEGER  LDT,
REAL,dimension( ldq, * )  Q,
INTEGER  LDQ,
REAL,dimension( * )  WR,
REAL,dimension( * )  WI,
INTEGER  M,
REAL  S,
REAL  SEP,
REAL,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER,dimension( * )  IWORK,
INTEGER  LIWORK,
INTEGER  INFO 
)

Definition at line 1 of file strsen.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions