diff options
Diffstat (limited to 'SRC/zstedc.f')
-rw-r--r-- | SRC/zstedc.f | 40 |
1 files changed, 16 insertions, 24 deletions
diff --git a/SRC/zstedc.f b/SRC/zstedc.f index 88c6d32f..25a4897f 100644 --- a/SRC/zstedc.f +++ b/SRC/zstedc.f @@ -15,8 +15,8 @@ *> [TXT]</a> *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * SUBROUTINE ZSTEDC( COMPZ, N, D, E, Z, LDZ, WORK, LWORK, RWORK, * LRWORK, IWORK, LIWORK, INFO ) @@ -31,11 +31,11 @@ * COMPLEX*16 WORK( * ), Z( LDZ, * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> ZSTEDC computes all eigenvalues and, optionally, eigenvectors of a *> symmetric tridiagonal matrix using the divide and conquer method. @@ -49,11 +49,10 @@ *> which subtract like the Cray X-MP, Cray Y-MP, Cray C-90, or Cray-2. *> It could conceivably fail on hexadecimal or decimal machines *> without guard digits, but we know of none. See DLAED3 for details. -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \param[in] COMPZ *> \verbatim @@ -191,10 +190,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 @@ -205,18 +203,12 @@ * *> \ingroup complex16OTHERcomputational * -* -* Further Details -* =============== -*>\details \b Further \b Details -*> \verbatim -*> -*> Based on contributions by -*> Jeff Rutter, Computer Science Division, University of California -*> at Berkeley, USA -*> -*> \endverbatim +*> \par Contributors: +* ================== *> +*> Jeff Rutter, Computer Science Division, University of California +*> at Berkeley, USA +* * ===================================================================== SUBROUTINE ZSTEDC( COMPZ, N, D, E, Z, LDZ, WORK, LWORK, RWORK, $ LRWORK, IWORK, LIWORK, INFO ) |