LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for trsyl: Sylvester equation:

Functions

subroutine ctrsyl (TRANA, TRANB, ISGN, M, N, A, LDA, B, LDB, C, LDC, SCALE, INFO)
 CTRSYL More...
 
subroutine dtrsyl (TRANA, TRANB, ISGN, M, N, A, LDA, B, LDB, C, LDC, SCALE, INFO)
 DTRSYL More...
 
subroutine strsyl (TRANA, TRANB, ISGN, M, N, A, LDA, B, LDB, C, LDC, SCALE, INFO)
 STRSYL More...
 
subroutine ztrsyl (TRANA, TRANB, ISGN, M, N, A, LDA, B, LDB, C, LDC, SCALE, INFO)
 ZTRSYL More...
 

Detailed Description