|
NAMETESTING/EIG/zbdt01.f SYNOPSISFunctions/Subroutinessubroutine zbdt01 (m, n, kd, a, lda, q, ldq, d, e, pt,
ldpt, work, rwork, resid)
Function/Subroutine Documentationsubroutine zbdt01 (integer m, integer n, integer kd, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldq, * ) q, integer ldq, double precision, dimension( * ) d, double precision, dimension( * ) e, complex*16, dimension( ldpt, * ) pt, integer ldpt, complex*16, dimension( * ) work, double precision, dimension( * ) rwork, double precision resid)ZBDT01 Purpose:
Parameters M
N
KD
A
LDA
Q
LDQ
D
E
PT
LDPT
WORK
RWORK
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 145 of file zbdt01.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|