|
NAMETESTING/LIN/zgbt01.f SYNOPSISFunctions/Subroutinessubroutine zgbt01 (m, n, kl, ku, a, lda, afac, ldafac,
ipiv, work, resid)
Function/Subroutine Documentationsubroutine zgbt01 (integer m, integer n, integer kl, integer ku, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldafac, * ) afac, integer ldafac, integer, dimension( * ) ipiv, complex*16, dimension( * ) work, double precision resid)ZGBT01 Purpose:
Parameters M
N
KL
KU
A
LDA
AFAC
LDAFAC
IPIV
WORK
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 124 of file zgbt01.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|