![]() |
![]()
| ![]() |
![]()
NAMESRC/slaed9.f SYNOPSISFunctions/Subroutinessubroutine slaed9 (k, kstart, kstop, n, d, q, ldq, rho,
dlambda, w, s, lds, info)
Function/Subroutine Documentationsubroutine slaed9 (integer k, integer kstart, integer kstop, integer n, real, dimension( * ) d, real, dimension( ldq, * ) q, integer ldq, real rho, real, dimension( * ) dlambda, real, dimension( * ) w, real, dimension( lds, * ) s, integer lds, integer info)SLAED9 used by SSTEDC. Finds the roots of the secular equation and updates the eigenvectors. Used when the original matrix is dense. Purpose:
Parameters K
KSTART
KSTOP
N
D
Q
LDQ
RHO
DLAMBDA
W
S
LDS
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors: Jeff Rutter, Computer Science Division, University of
California at Berkeley, USA
Definition at line 154 of file slaed9.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|