![]() |
![]()
| ![]() |
![]()
NAMElarrr - larrr: step in stemr, test to do expensive tridiag eig algorithm SYNOPSISFunctionssubroutine dlarrr (n, d, e, info)
Detailed DescriptionFunction Documentationsubroutine dlarrr (integer n, double precision, dimension( * ) d, double precision, dimension( * ) e, integer info)DLARRR performs tests to decide whether the symmetric tridiagonal matrix T warrants expensive computations which guarantee high relative accuracy in the eigenvalues. Purpose:
Parameters N
D
E
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors: Beresford Parlett, University of California, Berkeley,
USA
Jim Demmel, University of California, Berkeley, USA Inderjit Dhillon, University of Texas, Austin, USA Osni Marques, LBNL/NERSC, USA Christof Voemel, University of California, Berkeley, USA Definition at line 93 of file dlarrr.f. subroutine slarrr (integer n, real, dimension( * ) d, real, dimension( * ) e, integer info)SLARRR performs tests to decide whether the symmetric tridiagonal matrix T warrants expensive computations which guarantee high relative accuracy in the eigenvalues. Purpose:
Parameters N
D
E
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors: Beresford Parlett, University of California, Berkeley,
USA
Jim Demmel, University of California, Berkeley, USA Inderjit Dhillon, University of Texas, Austin, USA Osni Marques, LBNL/NERSC, USA Christof Voemel, University of California, Berkeley, USA Definition at line 93 of file slarrr.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|