Visible to Intel only — GUID: GUID-67BD14D3-19A8-4342-9244-9B625D2A1BE8
Visible to Intel only — GUID: GUID-67BD14D3-19A8-4342-9244-9B625D2A1BE8
?larrr
Performs tests to decide whether the symmetric tridiagonal matrix T warrants expensive computations which guarantee high relative accuracy in the eigenvalues.
call slarrr( n, d, e, info )
call dlarrr( n, d, e, info )
- mkl.fi
The routine performs tests to decide whether the symmetric tridiagonal matrix T warrants expensive computations which guarantee high relative accuracy in the eigenvalues.
- n
-
INTEGER. The order of the matrix T. (n> 0).
- d
-
REAL for slarrr
DOUBLE PRECISION for dlarrr
Array, DIMENSION (n).
Contains n diagonal elements of the matrix T.
- e
-
REAL for slarrr
DOUBLE PRECISION for dlarrr
Array, DIMENSION (n).
The first (n-1) entries contain sub-diagonal elements of the tridiagonal matrix T; e(n) is set to 0.
- info
-
INTEGER.
= 0: the matrix warrants computations preserving relative accuracy (default value).
= -1: the matrix warrants computations guaranteeing only absolute accuracy.