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