Intel® oneAPI Math Kernel Library Developer Reference - Fortran
Computes an approximation to the smallest eigenvalue using values of d from the previous transform. Used by ?bdsqr.
call slasq4( i0, n0, z, pp, n0in, dmin, dmin1, dmin2, dn, dn1, dn2, tau, ttype, g )
call dlasq4( i0, n0, z, pp, n0in, dmin, dmin1, dmin2, dn, dn1, dn2, tau, ttype, g )
The routine computes an approximation tau to the smallest eigenvalue using values of d from the previous transform.
INTEGER. First index.
INTEGER. Last index.
REAL for slasq4
DOUBLE PRECISION for dlasq4.
Array, DIMENSION (4n).
z holds the qd array.
INTEGER. pp=0 for ping, pp=1 for pong.
INTEGER. The value of n0 at start of eigtest.
REAL for slasq4
DOUBLE PRECISION for dlasq4.
Minimum value of d.
REAL for slasq4
DOUBLE PRECISION for dlasq4.
Minimum value of d, excluding d(n0).
REAL for slasq4
DOUBLE PRECISION for dlasq4.
Minimum value of d, excluding d(n0) and d(n0-1).
REAL for slasq4
DOUBLE PRECISION for dlasq4. Contains d(n).
REAL for slasq4
DOUBLE PRECISION for dlasq4. Contains d(n-1).
REAL for slasq4
DOUBLE PRECISION for dlasq4. Contains d(n-2).
REAL for slasq4
DOUBLE PRECISION for dlasq4.
A scalar passed as an argument in order to save its value between calls to ?lasq4.
REAL for slasq4
DOUBLE PRECISION for dlasq4.
Shift.
INTEGER. Shift type.
REAL for slasq4
DOUBLE PRECISION for dlasq4.
A scalar passed as an argument in order to save its value between calls to ?lasq4.