![]() |
![]()
| ![]() |
![]()
NAMESRC/dlasy2.f SYNOPSISFunctions/Subroutinessubroutine dlasy2 (ltranl, ltranr, isgn, n1, n2, tl, ldtl,
tr, ldtr, b, ldb, scale, x, ldx, xnorm, info)
Function/Subroutine Documentationsubroutine dlasy2 (logical ltranl, logical ltranr, integer isgn, integer n1, integer n2, double precision, dimension( ldtl, * ) tl, integer ldtl, double precision, dimension( ldtr, * ) tr, integer ldtr, double precision, dimension( ldb, * ) b, integer ldb, double precision scale, double precision, dimension( ldx, * ) x, integer ldx, double precision xnorm, integer info)DLASY2 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 dlasy2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|