![]() |
![]()
| ![]() |
![]()
NAMESRC/zlaed0.f SYNOPSISFunctions/Subroutinessubroutine zlaed0 (qsiz, n, d, e, q, ldq, qstore, ldqs,
rwork, iwork, info)
Function/Subroutine Documentationsubroutine zlaed0 (integer qsiz, integer n, double precision, dimension( * ) d, double precision, dimension( * ) e, complex*16, dimension( ldq, * ) q, integer ldq, complex*16, dimension( ldqs, * ) qstore, integer ldqs, double precision, dimension( * ) rwork, integer, dimension( * ) iwork, integer info)ZLAED0 used by ZSTEDC. Computes all eigenvalues and corresponding eigenvectors of an unreduced symmetric tridiagonal matrix using the divide and conquer method. Purpose:
Parameters QSIZ
N
D
E
Q
LDQ
IWORK
RWORK
QSTORE
LDQS
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 143 of file zlaed0.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|