Scroll to navigation

SLASQ3(1) LAPACK routine (version 3.2) SLASQ3(1)

NAME

SLASQ3 - checks for deflation, computes a shift (TAU) and calls dqds

SYNOPSIS

I0, N0, Z, PP, DMIN, SIGMA, DESIG, QMAX, NFAIL, ITER, NDIV, IEEE, TTYPE, DMIN1, DMIN2, DN, DN1, DN2, G, TAU )

LOGICAL IEEE INTEGER I0, ITER, N0, NDIV, NFAIL, PP REAL DESIG, DMIN, DMIN1, DMIN2, DN, DN1, DN2, G, QMAX, SIGMA, TAU REAL Z( * )

PURPOSE

SLASQ3 checks for deflation, computes a shift (TAU) and calls dqds. In case of failure it changes shifts, and tries again until output is positive.

ARGUMENTS

First index.
Last index.
Z holds the qd array.
PP=0 for ping, PP=1 for pong. PP=2 indicates that flipping was applied to the Z array and that the initial tests for deflation should not be performed.
Minimum value of d.
Sum of shifts used in current segment.
Lower order part of SIGMA
Maximum value of q.
Number of times shift was too big.
Number of iterations.
Number of divisions.
Flag for IEEE or non IEEE arithmetic (passed to SLASQ5).
Shift type. DMIN1, DMIN2, DN, DN1, DN2, G, TAU (input/output) REAL These are passed as arguments in order to save their values between calls to SLASQ3.
November 2008 LAPACK routine (version 3.2)