![]() |
![]()
| ![]() |
![]()
NAMESRC/dptts2.f SYNOPSISFunctions/Subroutinessubroutine dptts2 (n, nrhs, d, e, b, ldb)
Function/Subroutine Documentationsubroutine dptts2 (integer n, integer nrhs, double precision, dimension( * ) d, double precision, dimension( * ) e, double precision, dimension( ldb, * ) b, integer ldb)DPTTS2 solves a tridiagonal system of the form AX=B using the L D LH factorization computed by spttrf. Purpose:
Parameters N
NRHS
D
E
B
LDB
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 101 of file dptts2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|