![]() |
![]()
| ![]() |
![]()
NAMETESTING/EIG/dbdt03.f SYNOPSISFunctions/Subroutinessubroutine dbdt03 (uplo, n, kd, d, e, u, ldu, s, vt, ldvt,
work, resid)
Function/Subroutine Documentationsubroutine dbdt03 (character uplo, integer n, integer kd, double precision, dimension( * ) d, double precision, dimension( * ) e, double precision, dimension( ldu, * ) u, integer ldu, double precision, dimension( * ) s, double precision, dimension( ldvt, * ) vt, integer ldvt, double precision, dimension( * ) work, double precision resid)DBDT03 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 dbdt03.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|