|
NAMETESTING/EIG/cbdt01.f SYNOPSISFunctions/Subroutinessubroutine cbdt01 (m, n, kd, a, lda, q, ldq, d, e, pt,
ldpt, work, rwork, resid)
Function/Subroutine Documentationsubroutine cbdt01 (integer m, integer n, integer kd, complex, dimension( lda, * ) a, integer lda, complex, dimension( ldq, * ) q, integer ldq, real, dimension( * ) d, real, dimension( * ) e, complex, dimension( ldpt, * ) pt, integer ldpt, complex, dimension( * ) work, real, dimension( * ) rwork, real resid)CBDT01 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 cbdt01.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|