![]() |
![]()
| ![]() |
![]()
NAMESRC/dlasd1.f SYNOPSISFunctions/Subroutinessubroutine dlasd1 (nl, nr, sqre, d, alpha, beta, u, ldu,
vt, ldvt, idxq, iwork, work, info)
Function/Subroutine Documentationsubroutine dlasd1 (integer nl, integer nr, integer sqre, double precision, dimension( * ) d, double precision alpha, double precision beta, double precision, dimension( ldu, * ) u, integer ldu, double precision, dimension( ldvt, * ) vt, integer ldvt, integer, dimension( * ) idxq, integer, dimension( * ) iwork, double precision, dimension( * ) work, integer info)DLASD1 computes the SVD of an upper bidiagonal matrix B of the specified size. Used by sbdsdc. Purpose:
Parameters NL
NR
SQRE
D
ALPHA
BETA
U
LDU
VT
LDVT
IDXQ
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 202 of file dlasd1.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|