LAPACK 3.3.1
Linear Algebra PACKage

ctrsen.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file ctrsen.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions