LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | dlaed9 (k, kstart, kstop, n, d, q, ldq, rho, dlambda, w, s, lds, info) |
DLAED9 used by DSTEDC. Finds the roots of the secular equation and updates the eigenvectors. Used when the original matrix is dense. | |
subroutine | slaed9 (k, kstart, kstop, n, d, q, ldq, rho, dlambda, w, s, lds, info) |
SLAED9 used by SSTEDC. Finds the roots of the secular equation and updates the eigenvectors. Used when the original matrix is dense. | |