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