![]() |
![]()
| ![]() |
![]()
NAMElasq3 - lasq3: dqds step SYNOPSISFunctionssubroutine dlasq3 (i0, n0, z, pp, dmin, sigma, desig, qmax,
nfail, iter, ndiv, ieee, ttype, dmin1, dmin2, dn, dn1, dn2, g, tau)
Detailed DescriptionFunction Documentationsubroutine dlasq3 (integer i0, integer n0, double precision, dimension( * ) z, integer pp, double precision dmin, double precision sigma, double precision desig, double precision qmax, integer nfail, integer iter, integer ndiv, logical ieee, integer ttype, double precision dmin1, double precision dmin2, double precision dn, double precision dn1, double precision dn2, double precision g, double precision tau)DLASQ3 checks for deflation, computes a shift and calls dqds. Used by sbdsqr. Purpose:
Parameters I0
N0
Z
PP
DMIN
SIGMA
DESIG
QMAX
NFAIL
ITER
NDIV
IEEE
TTYPE
DMIN1
DMIN2
DN
DN1
DN2
G
TAU
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 179 of file dlasq3.f. subroutine slasq3 (integer i0, integer n0, real, dimension( * ) z, integer pp, real dmin, real sigma, real desig, real qmax, integer nfail, integer iter, integer ndiv, logical ieee, integer ttype, real dmin1, real dmin2, real dn, real dn1, real dn2, real g, real tau)SLASQ3 checks for deflation, computes a shift and calls dqds. Used by sbdsqr. Purpose:
Parameters I0
N0
Z
PP
DMIN
SIGMA
DESIG
QMAX
NFAIL
ITER
NDIV
IEEE
TTYPE
DMIN1
DMIN2
DN
DN1
DN2
G
TAU
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 179 of file slasq3.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|