![]() |
![]()
| ![]() |
![]()
NAMESRC/slarrb.f SYNOPSISFunctions/Subroutinessubroutine slarrb (n, d, lld, ifirst, ilast, rtol1, rtol2,
offset, w, wgap, werr, work, iwork, pivmin, spdiam, twist, info)
Function/Subroutine Documentationsubroutine slarrb (integer n, real, dimension( * ) d, real, dimension( * ) lld, integer ifirst, integer ilast, real rtol1, real rtol2, integer offset, real, dimension( * ) w, real, dimension( * ) wgap, real, dimension( * ) werr, real, dimension( * ) work, integer, dimension( * ) iwork, real pivmin, real spdiam, integer twist, integer info)SLARRB 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 slarrb.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|