![]() |
![]()
| ![]() |
![]()
NAMElarrc - larrc: step in stemr SYNOPSISFunctionssubroutine dlarrc (jobt, n, vl, vu, d, e, pivmin, eigcnt,
lcnt, rcnt, info)
Detailed DescriptionFunction Documentationsubroutine dlarrc (character jobt, integer n, double precision vl, double precision vu, double precision, dimension( * ) d, double precision, dimension( * ) e, double precision pivmin, integer eigcnt, integer lcnt, integer rcnt, integer info)DLARRC computes the number of eigenvalues of the symmetric tridiagonal matrix. Purpose:
Parameters JOBT
N
VL
VU
D
E
PIVMIN
EIGCNT
LCNT
RCNT
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 135 of file dlarrc.f. subroutine slarrc (character jobt, integer n, real vl, real vu, real, dimension( * ) d, real, dimension( * ) e, real pivmin, integer eigcnt, integer lcnt, integer rcnt, integer info)SLARRC computes the number of eigenvalues of the symmetric tridiagonal matrix. Purpose:
Parameters JOBT
N
VL
VU
D
E
PIVMIN
EIGCNT
LCNT
RCNT
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 135 of file slarrc.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|