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