![]() |
![]()
| ![]() |
![]()
NAMESRC/zgtts2.f SYNOPSISFunctions/Subroutinessubroutine zgtts2 (itrans, n, nrhs, dl, d, du, du2, ipiv,
b, ldb)
Function/Subroutine Documentationsubroutine zgtts2 (integer itrans, integer n, integer nrhs, complex*16, dimension( * ) dl, complex*16, dimension( * ) d, complex*16, dimension( * ) du, complex*16, dimension( * ) du2, integer, dimension( * ) ipiv, complex*16, dimension( ldb, * ) b, integer ldb)ZGTTS2 solves a system of linear equations with a tridiagonal matrix using the LU factorization computed by sgttrf. Purpose:
Parameters ITRANS
N
NRHS
DL
D
DU
DU2
IPIV
B
LDB
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 127 of file zgtts2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|