.TH "slarrr.f" 3 "Wed Oct 15 2014" "Version 3.4.2" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME slarrr.f \- .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBslarrr\fP (N, D, E, INFO)" .br .RI "\fI\fBSLARRR\fP performs tests to decide whether the symmetric tridiagonal matrix T warrants expensive computations which guarantee high relative accuracy in the eigenvalues\&. \fP" .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine slarrr (integerN, real, dimension( * )D, real, dimension( * )E, integerINFO)" .PP \fBSLARRR\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 REAL array, dimension (N) The N diagonal elements of the tridiagonal matrix T. .fi .PP .br \fIE\fP .PP .nf E is REAL 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 \fBDate:\fP .RS 4 September 2012 .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 95 of file slarrr\&.f\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.