![]() |
![]()
| ![]() |
![]()
NAMESRC/dlarrf.f SYNOPSISFunctions/Subroutinessubroutine dlarrf (n, d, l, ld, clstrt, clend, w, wgap,
werr, spdiam, clgapl, clgapr, pivmin, sigma, dplus, lplus, work, info)
Function/Subroutine Documentationsubroutine dlarrf (integer n, double precision, dimension( * ) d, double precision, dimension( * ) l, double precision, dimension( * ) ld, integer clstrt, integer clend, double precision, dimension( * ) w, double precision, dimension( * ) wgap, double precision, dimension( * ) werr, double precision spdiam, double precision clgapl, double precision clgapr, double precision pivmin, double precision sigma, double precision, dimension( * ) dplus, double precision, dimension( * ) lplus, double precision, dimension( * ) work, integer info)DLARRF finds a new relatively robust representation such that at least one of the eigenvalues is relatively isolated. Purpose:
Parameters N
D
L
LD
CLSTRT
CLEND
W
WGAP
WERR
SPDIAM
CLGAPL
CLGAPR
PIVMIN
SIGMA
DPLUS
LPLUS
WORK
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 189 of file dlarrf.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|