![]() |
![]()
| ![]() |
![]()
NAMESRC/zgbtrs.f SYNOPSISFunctions/Subroutinessubroutine zgbtrs (trans, n, kl, ku, nrhs, ab, ldab, ipiv,
b, ldb, info)
Function/Subroutine Documentationsubroutine zgbtrs (character trans, integer n, integer kl, integer ku, integer nrhs, complex*16, dimension( ldab, * ) ab, integer ldab, integer, dimension( * ) ipiv, complex*16, dimension( ldb, * ) b, integer ldb, integer info)ZGBTRS 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 zgbtrs.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|