![]() |
![]()
| ![]() |
![]()
NAMESRC/dlarrb.f SYNOPSISFunctions/Subroutinessubroutine dlarrb (n, d, lld, ifirst, ilast, rtol1, rtol2,
offset, w, wgap, werr, work, iwork, pivmin, spdiam, twist, info)
Function/Subroutine Documentationsubroutine dlarrb (integer n, double precision, dimension( * ) d, double precision, dimension( * ) lld, integer ifirst, integer ilast, double precision rtol1, double precision rtol2, integer offset, double precision, dimension( * ) w, double precision, dimension( * ) wgap, double precision, dimension( * ) werr, double precision, dimension( * ) work, integer, dimension( * ) iwork, double precision pivmin, double precision spdiam, integer twist, integer info)DLARRB provides limited bisection to locate eigenvalues for more accuracy. Purpose:
Parameters N
D
LLD
IFIRST
ILAST
RTOL1
RTOL2
OFFSET
W
WGAP
WERR
WORK
IWORK
PIVMIN
SPDIAM
TWIST
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 193 of file dlarrb.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|