LAPACK 3.3.0

strsyl.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine STRSYL (TRANA, TRANB, ISGN, M, N, A, LDA, B, LDB, C, LDC, SCALE, INFO)

Function Documentation

subroutine STRSYL ( CHARACTER  TRANA,
CHARACTER  TRANB,
INTEGER  ISGN,
INTEGER  M,
INTEGER  N,
REAL,dimension( lda, * )  A,
INTEGER  LDA,
REAL,dimension( ldb, * )  B,
INTEGER  LDB,
REAL,dimension( ldc, * )  C,
INTEGER  LDC,
REAL  SCALE,
INTEGER  INFO 
)

Definition at line 1 of file strsyl.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions