.TH "SRC/dlarrr.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME SRC/dlarrr.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBdlarrr\fP (n, d, e, info)" .br .RI "\fBDLARRR\fP performs tests to decide whether the symmetric tridiagonal matrix T warrants expensive computations which guarantee high relative accuracy in the eigenvalues\&. " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine dlarrr (integer n, double precision, dimension( * ) d, double precision, dimension( * ) e, integer info)" .PP \fBDLARRR\fP performs tests to decide whether the symmetric tridiagonal matrix T warrants expensive computations which guarantee high relative accuracy in the eigenvalues\&. .PP \fBPurpose:\fP .RS 4 .PP .nf !> !> Perform tests to decide whether the symmetric tridiagonal matrix T !> warrants expensive computations which guarantee high relative accuracy !> in the eigenvalues\&. !> .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIN\fP .PP .nf !> N is INTEGER !> The order of the matrix\&. N > 0\&. !> .fi .PP .br \fID\fP .PP .nf !> D is DOUBLE PRECISION array, dimension (N) !> The N diagonal elements of the tridiagonal matrix T\&. !> .fi .PP .br \fIE\fP .PP .nf !> E is DOUBLE PRECISION array, dimension (N) !> On entry, the first (N-1) entries contain the subdiagonal !> elements of the tridiagonal matrix T; E(N) is set to ZERO\&. !> .fi .PP .br \fIINFO\fP .PP .nf !> INFO is INTEGER !> INFO = 0(default) : the matrix warrants computations preserving !> relative accuracy\&. !> INFO = 1 : the matrix warrants computations guaranteeing !> only absolute accuracy\&. !> .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP \fBContributors:\fP .RS 4 Beresford Parlett, University of California, Berkeley, USA .br Jim Demmel, University of California, Berkeley, USA .br Inderjit Dhillon, University of Texas, Austin, USA .br Osni Marques, LBNL/NERSC, USA .br Christof Voemel, University of California, Berkeley, USA .RE .PP .PP Definition at line \fB93\fP of file \fBdlarrr\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.