LAPACK 3.3.0

ztrsen.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ZTRSEN (JOB, COMPQ, SELECT, N, T, LDT, Q, LDQ, W, M, S, SEP, WORK, LWORK, INFO)

Function Documentation

subroutine ZTRSEN ( CHARACTER  JOB,
CHARACTER  COMPQ,
LOGICAL,dimension( * )  SELECT,
INTEGER  N,
COMPLEX*16,dimension( ldt, * )  T,
INTEGER  LDT,
COMPLEX*16,dimension( ldq, * )  Q,
INTEGER  LDQ,
COMPLEX*16,dimension( * )  W,
INTEGER  M,
DOUBLE PRECISION  S,
DOUBLE PRECISION  SEP,
COMPLEX*16,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER  INFO 
)

Definition at line 1 of file ztrsen.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions