|
NAMESRC/cgtts2.f SYNOPSISFunctions/Subroutinessubroutine cgtts2 (itrans, n, nrhs, dl, d, du, du2, ipiv,
b, ldb)
Function/Subroutine Documentationsubroutine cgtts2 (integer itrans, integer n, integer nrhs, complex, dimension( * ) dl, complex, dimension( * ) d, complex, dimension( * ) du, complex, dimension( * ) du2, integer, dimension( * ) ipiv, complex, dimension( ldb, * ) b, integer ldb)CGTTS2 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 cgtts2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|