![]() |
![]()
| ![]() |
![]()
NAMESRC/dlasd3.f SYNOPSISFunctions/Subroutinessubroutine dlasd3 (nl, nr, sqre, k, d, q, ldq, dsigma, u,
ldu, u2, ldu2, vt, ldvt, vt2, ldvt2, idxc, ctot, z, info)
Function/Subroutine Documentationsubroutine dlasd3 (integer nl, integer nr, integer sqre, integer k, double precision, dimension( * ) d, double precision, dimension( ldq, * ) q, integer ldq, double precision, dimension( * ) dsigma, double precision, dimension( ldu, * ) u, integer ldu, double precision, dimension( ldu2, * ) u2, integer ldu2, double precision, dimension( ldvt, * ) vt, integer ldvt, double precision, dimension( ldvt2, * ) vt2, integer ldvt2, integer, dimension( * ) idxc, integer, dimension( * ) ctot, double precision, dimension( * ) z, integer info)DLASD3 finds all square roots of the roots of the secular equation, as defined by the values in D and Z, and then updates the singular vectors by matrix multiplication. Used by sbdsdc. Purpose:
Parameters NL
NR
SQRE
K
D
Q
LDQ
DSIGMA
U
LDU
U2
LDU2
VT
LDVT
VT2
LDVT2
IDXC
CTOT
Z
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 214 of file dlasd3.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|