|
NAMETESTING/EIG/zbdt02.f SYNOPSISFunctions/Subroutinessubroutine zbdt02 (m, n, b, ldb, c, ldc, u, ldu, work,
rwork, resid)
Function/Subroutine Documentationsubroutine zbdt02 (integer m, integer n, complex*16, dimension( ldb, * ) b, integer ldb, complex*16, dimension( ldc, * ) c, integer ldc, complex*16, dimension( ldu, * ) u, integer ldu, complex*16, dimension( * ) work, double precision, dimension( * ) rwork, double precision resid)ZBDT02 Purpose:
Parameters M
N
B
LDB
C
LDC
U
LDU
WORK
RWORK
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 118 of file zbdt02.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|