Performs tests to decide whether the symmetric tridiagonal matrix T warrants expensive computations which guarantee high relative accuracy in the eigenvalues.
The FORTRAN 77 interfaces are specified in the mkl_lapack.fi include file (to be used in Fortran programs) and in the mkl_lapack.h include file (to be used in C programs).
The routine performs tests to decide whether the symmetric tridiagonal matrix T warrants expensive computations which guarantee high relative accuracy in the eigenvalues.
INTEGER. The order of the matrix T. (n > 0).
REAL for slarrr
DOUBLE PRECISION for dlarrr
Array, DIMENSION (n).
Contains n diagonal elements of the matrix T.
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.
Copyright © 1994 - 2011, Intel Corporation. All rights reserved.