LAPACK 3.3.0

stgsyl.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine STGSYL (TRANS, IJOB, M, N, A, LDA, B, LDB, C, LDC, D, LDD, E, LDE, F, LDF, SCALE, DIF, WORK, LWORK, IWORK, INFO)

Function Documentation

subroutine STGSYL ( CHARACTER  TRANS,
INTEGER  IJOB,
INTEGER  M,
INTEGER  N,
REAL,dimension( lda, * )  A,
INTEGER  LDA,
REAL,dimension( ldb, * )  B,
INTEGER  LDB,
REAL,dimension( ldc, * )  C,
INTEGER  LDC,
REAL,dimension( ldd, * )  D,
INTEGER  LDD,
REAL,dimension( lde, * )  E,
INTEGER  LDE,
REAL,dimension( ldf, * )  F,
INTEGER  LDF,
REAL  SCALE,
REAL  DIF,
REAL,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER,dimension( * )  IWORK,
INTEGER  INFO 
)

Definition at line 1 of file stgsyl.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions