![]() |
![]()
| ![]() |
![]()
NAMESRC/dlarrk.f SYNOPSISFunctions/Subroutinessubroutine dlarrk (n, iw, gl, gu, d, e2, pivmin, reltol, w,
werr, info)
Function/Subroutine Documentationsubroutine dlarrk (integer n, integer iw, double precision gl, double precision gu, double precision, dimension( * ) d, double precision, dimension( * ) e2, double precision pivmin, double precision reltol, double precision w, double precision werr, integer info)DLARRK computes one eigenvalue of a symmetric tridiagonal matrix T to suitable accuracy. Purpose:
Parameters N
IW
GL
GU
D
E2
PIVMIN
RELTOL
W
WERR
INFO
Internal Parameters:
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 143 of file dlarrk.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|