![]() |
![]()
| ![]() |
![]()
NAMESRC/slasy2.f SYNOPSISFunctions/Subroutinessubroutine slasy2 (ltranl, ltranr, isgn, n1, n2, tl, ldtl,
tr, ldtr, b, ldb, scale, x, ldx, xnorm, info)
Function/Subroutine Documentationsubroutine slasy2 (logical ltranl, logical ltranr, integer isgn, integer n1, integer n2, real, dimension( ldtl, * ) tl, integer ldtl, real, dimension( ldtr, * ) tr, integer ldtr, real, dimension( ldb, * ) b, integer ldb, real scale, real, dimension( ldx, * ) x, integer ldx, real xnorm, integer info)SLASY2 solves the Sylvester matrix equation where the matrices are of order 1 or 2. Purpose:
Parameters LTRANL
LTRANR
ISGN
N1
N2
TL
LDTL
TR
LDTR
B
LDB
SCALE
X
LDX
XNORM
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 172 of file slasy2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|