![]() |
![]()
| ![]() |
![]()
NAMESRC/dgbtrs.f SYNOPSISFunctions/Subroutinessubroutine dgbtrs (trans, n, kl, ku, nrhs, ab, ldab, ipiv,
b, ldb, info)
Function/Subroutine Documentationsubroutine dgbtrs (character trans, integer n, integer kl, integer ku, integer nrhs, double precision, dimension( ldab, * ) ab, integer ldab, integer, dimension( * ) ipiv, double precision, dimension( ldb, * ) b, integer ldb, integer info)DGBTRS Purpose:
Parameters TRANS
N
KL
KU
NRHS
AB
LDAB
IPIV
B
LDB
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 136 of file dgbtrs.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|