![]() |
![]()
| ![]() |
![]()
NAMESRC/sgtsv.f SYNOPSISFunctions/Subroutinessubroutine sgtsv (n, nrhs, dl, d, du, b, ldb, info)
Function/Subroutine Documentationsubroutine sgtsv (integer n, integer nrhs, real, dimension( * ) dl, real, dimension( * ) d, real, dimension( * ) du, real, dimension( ldb, * ) b, integer ldb, integer info)SGTSV computes the solution to system of linear equations A * X = B for GT matrices Purpose:
Parameters N
NRHS
DL
D
DU
B
LDB
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 126 of file sgtsv.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|