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