|
NAMETESTING/EIG/cbdt05.f SYNOPSISFunctions/Subroutinessubroutine cbdt05 (m, n, a, lda, s, ns, u, ldu, vt, ldvt,
work, resid)
Function/Subroutine Documentationsubroutine cbdt05 (integer m, integer n, complex, dimension( lda, * ) a, integer lda, real, dimension( * ) s, integer ns, complex, dimension( * ) u, integer ldu, complex, dimension( ldvt, * ) vt, integer ldvt, complex, dimension( * ) work, real resid)CBDT05 Purpose:
Parameters M
N
A
LDA
S
NS
U
LDU
VT
LDVT
WORK
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 123 of file cbdt05.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|