![]() |
![]()
| ![]() |
![]()
NAMESRC/slasd0.f SYNOPSISFunctions/Subroutinessubroutine slasd0 (n, sqre, d, e, u, ldu, vt, ldvt, smlsiz,
iwork, work, info)
Function/Subroutine Documentationsubroutine slasd0 (integer n, integer sqre, real, dimension( * ) d, real, dimension( * ) e, real, dimension( ldu, * ) u, integer ldu, real, dimension( ldvt, * ) vt, integer ldvt, integer smlsiz, integer, dimension( * ) iwork, real, dimension( * ) work, integer info)SLASD0 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 slasd0.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|