![]() |
![]()
| ![]() |
![]()
NAMESRC/dgttrs.f SYNOPSISFunctions/Subroutinessubroutine dgttrs (trans, n, nrhs, dl, d, du, du2, ipiv, b,
ldb, info)
Function/Subroutine Documentationsubroutine dgttrs (character trans, 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, integer info)DGTTRS Purpose:
Parameters TRANS
N
NRHS
DL
D
DU
DU2
IPIV
B
LDB
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 136 of file dgttrs.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|