134 SUBROUTINE dlarra( N, D, E, E2, SPLTOL, TNRM,
135 $ NSPLIT, ISPLIT, INFO )
142 INTEGER INFO, N, NSPLIT
143 DOUBLE PRECISION SPLTOL, TNRM
147 DOUBLE PRECISION D( * ), E( * ), E2( * )
153 DOUBLE PRECISION ZERO
154 parameter( zero = 0.0d0 )
158 DOUBLE PRECISION EABS, TMP1
176 IF(spltol.LT.zero)
THEN
178 tmp1 = abs(spltol)* tnrm
181 IF( eabs .LE. tmp1)
THEN
192 IF( eabs .LE. spltol * sqrt(abs(d(i)))*sqrt(abs(d(i+1))) )
subroutine dlarra(n, d, e, e2, spltol, tnrm, nsplit, isplit, info)
DLARRA computes the splitting points with the specified threshold.