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