|
NAMETESTING/EIG/cbdt02.f SYNOPSISFunctions/Subroutinessubroutine cbdt02 (m, n, b, ldb, c, ldc, u, ldu, work,
rwork, resid)
Function/Subroutine Documentationsubroutine cbdt02 (integer m, integer n, complex, dimension( ldb, * ) b, integer ldb, complex, dimension( ldc, * ) c, integer ldc, complex, dimension( ldu, * ) u, integer ldu, complex, dimension( * ) work, real, dimension( * ) rwork, real resid)CBDT02 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 cbdt02.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|