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