LAPACK 3.3.1
Linear Algebra PACKage

dtrsen.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file dtrsen.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions