![]() |
![]()
| ![]() |
![]()
NAMESRC/dlasd0.f SYNOPSISFunctions/Subroutinessubroutine dlasd0 (n, sqre, d, e, u, ldu, vt, ldvt, smlsiz,
iwork, work, info)
Function/Subroutine Documentationsubroutine dlasd0 (integer n, integer sqre, double precision, dimension( * ) d, double precision, dimension( * ) e, double precision, dimension( ldu, * ) u, integer ldu, double precision, dimension( ldvt, * ) vt, integer ldvt, integer smlsiz, integer, dimension( * ) iwork, double precision, dimension( * ) work, integer info)DLASD0 computes the singular values of a real upper bidiagonal n-by-m matrix B with diagonal d and off-diagonal e. Used by sbdsdc. Purpose:
Parameters N
SQRE
D
E
U
LDU
VT
LDVT
SMLSIZ
IWORK
WORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors: Ming Gu and Huan Ren, Computer Science Division,
University of California at Berkeley, USA
Definition at line 150 of file dlasd0.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|