|
NAMETESTING/EIG/cbdt03.f SYNOPSISFunctions/Subroutinessubroutine cbdt03 (uplo, n, kd, d, e, u, ldu, s, vt, ldvt,
work, resid)
Function/Subroutine Documentationsubroutine cbdt03 (character uplo, integer n, integer kd, real, dimension( * ) d, real, dimension( * ) e, complex, dimension( ldu, * ) u, integer ldu, real, dimension( * ) s, complex, dimension( ldvt, * ) vt, integer ldvt, complex, dimension( * ) work, real resid)CBDT03 Purpose:
Parameters UPLO
N
KD
D
E
U
LDU
S
VT
LDVT
WORK
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 133 of file cbdt03.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|