|
NAMESRC/claed0.f SYNOPSISFunctions/Subroutinessubroutine claed0 (qsiz, n, d, e, q, ldq, qstore, ldqs,
rwork, iwork, info)
Function/Subroutine Documentationsubroutine claed0 (integer qsiz, integer n, real, dimension( * ) d, real, dimension( * ) e, complex, dimension( ldq, * ) q, integer ldq, complex, dimension( ldqs, * ) qstore, integer ldqs, real, dimension( * ) rwork, integer, dimension( * ) iwork, integer info)CLAED0 used by CSTEDC. 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 claed0.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|