diff options
Diffstat (limited to 'SRC/zlaed0.f')
-rw-r--r-- | SRC/zlaed0.f | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/zlaed0.f b/SRC/zlaed0.f index 68a86b3d..09b73d27 100644 --- a/SRC/zlaed0.f +++ b/SRC/zlaed0.f @@ -15,8 +15,8 @@ *> [TXT]</a> *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * SUBROUTINE ZLAED0( QSIZ, N, D, E, Q, LDQ, QSTORE, LDQS, RWORK, * IWORK, INFO ) @@ -30,21 +30,20 @@ * COMPLEX*16 Q( LDQ, * ), QSTORE( LDQS, * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> Using the divide and conquer method, ZLAED0 computes all eigenvalues *> of a symmetric tridiagonal matrix which is one diagonal block of *> those from reducing a dense or band Hermitian matrix and *> corresponding eigenvectors of the dense or band matrix. -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \param[in] QSIZ *> \verbatim @@ -129,10 +128,9 @@ *> working on the submatrix lying in rows and columns *> INFO/(N+1) through mod(INFO,N+1). *> \endverbatim -*> * -* Authors -* ======= +* Authors: +* ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley |