.TH "dlasd8.f" 3 "Wed Oct 15 2014" "Version 3.4.2" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME dlasd8.f \- .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBdlasd8\fP (ICOMPQ, K, D, Z, VF, VL, DIFL, DIFR, LDDIFR, DSIGMA, WORK, INFO)" .br .RI "\fI\fBDLASD8\fP finds the square roots of the roots of the secular equation, and stores, for each element in D, the distance to its two nearest poles\&. Used by sbdsdc\&. \fP" .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine dlasd8 (integerICOMPQ, integerK, double precision, dimension( * )D, double precision, dimension( * )Z, double precision, dimension( * )VF, double precision, dimension( * )VL, double precision, dimension( * )DIFL, double precision, dimension( lddifr, * )DIFR, integerLDDIFR, double precision, dimension( * )DSIGMA, double precision, dimension( * )WORK, integerINFO)" .PP \fBDLASD8\fP finds the square roots of the roots of the secular equation, and stores, for each element in D, the distance to its two nearest poles\&. Used by sbdsdc\&. .PP \fBPurpose: \fP .RS 4 .PP .nf DLASD8 finds the square roots of the roots of the secular equation, as defined by the values in DSIGMA and Z. It makes the appropriate calls to DLASD4, and stores, for each element in D, the distance to its two nearest poles (elements in DSIGMA). It also updates the arrays VF and VL, the first and last components of all the right singular vectors of the original bidiagonal matrix. DLASD8 is called from DLASD6. .fi .PP .RE .PP \fBParameters:\fP .RS 4 \fIICOMPQ\fP .PP .nf ICOMPQ is INTEGER Specifies whether singular vectors are to be computed in factored form in the calling routine: = 0: Compute singular values only. = 1: Compute singular vectors in factored form as well. .fi .PP .br \fIK\fP .PP .nf K is INTEGER The number of terms in the rational function to be solved by DLASD4. K >= 1. .fi .PP .br \fID\fP .PP .nf D is DOUBLE PRECISION array, dimension ( K ) On output, D contains the updated singular values. .fi .PP .br \fIZ\fP .PP .nf Z is DOUBLE PRECISION array, dimension ( K ) On entry, the first K elements of this array contain the components of the deflation-adjusted updating row vector. On exit, Z is updated. .fi .PP .br \fIVF\fP .PP .nf VF is DOUBLE PRECISION array, dimension ( K ) On entry, VF contains information passed through DBEDE8. On exit, VF contains the first K components of the first components of all right singular vectors of the bidiagonal matrix. .fi .PP .br \fIVL\fP .PP .nf VL is DOUBLE PRECISION array, dimension ( K ) On entry, VL contains information passed through DBEDE8. On exit, VL contains the first K components of the last components of all right singular vectors of the bidiagonal matrix. .fi .PP .br \fIDIFL\fP .PP .nf DIFL is DOUBLE PRECISION array, dimension ( K ) On exit, DIFL(I) = D(I) - DSIGMA(I). .fi .PP .br \fIDIFR\fP .PP .nf DIFR is DOUBLE PRECISION array, dimension ( LDDIFR, 2 ) if ICOMPQ = 1 and dimension ( K ) if ICOMPQ = 0. On exit, DIFR(I,1) = D(I) - DSIGMA(I+1), DIFR(K,1) is not defined and will not be referenced. If ICOMPQ = 1, DIFR(1:K,2) is an array containing the normalizing factors for the right singular vector matrix. .fi .PP .br \fILDDIFR\fP .PP .nf LDDIFR is INTEGER The leading dimension of DIFR, must be at least K. .fi .PP .br \fIDSIGMA\fP .PP .nf DSIGMA is DOUBLE PRECISION array, dimension ( K ) On entry, the first K elements of this array contain the old roots of the deflated updating problem. These are the poles of the secular equation. On exit, the elements of DSIGMA may be very slightly altered in value. .fi .PP .br \fIWORK\fP .PP .nf WORK is DOUBLE PRECISION array, dimension at least 3 * K .fi .PP .br \fIINFO\fP .PP .nf INFO is INTEGER = 0: successful exit. < 0: if INFO = -i, the i-th argument had an illegal value. > 0: if INFO = 1, a singular value did not converge .fi .PP .RE .PP \fBAuthor:\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP \fBDate:\fP .RS 4 September 2012 .RE .PP \fBContributors: \fP .RS 4 Ming Gu and Huan Ren, Computer Science Division, University of California at Berkeley, USA .RE .PP .PP Definition at line 166 of file dlasd8\&.f\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.