diff options
Diffstat (limited to 'TESTING/EIG/ddrves.f')
-rw-r--r-- | TESTING/EIG/ddrves.f | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/TESTING/EIG/ddrves.f b/TESTING/EIG/ddrves.f index 93fa2b6d..6cf863b3 100644 --- a/TESTING/EIG/ddrves.f +++ b/TESTING/EIG/ddrves.f @@ -271,8 +271,7 @@ *> \param[out] WI *> \verbatim *> WI is DOUBLE PRECISION array, dimension (max(NN)) -*> \endverbatim -*> \verbatim +*> *> The real and imaginary parts of the eigenvalues of A. *> On exit, WR + WI*i are the eigenvalues of the matrix in A. *> \endverbatim @@ -285,8 +284,7 @@ *> \param[out] WIT *> \verbatim *> WIT is DOUBLE PRECISION array, dimension (max(NN)) -*> \endverbatim -*> \verbatim +*> *> Like WR, WI, these arrays contain the eigenvalues of A, *> but those computed when DGEES only computes a partial *> eigendecomposition, i.e. not Schur vectors @@ -346,15 +344,12 @@ *> -20: NWORK too small. *> If DLATMR, SLATMS, SLATME or DGEES returns an error code, *> the absolute value of it is returned. -*> \endverbatim -*> \verbatim +*> *>----------------------------------------------------------------------- -*> \endverbatim -*> \verbatim +*> *> Some Local Variables and Parameters: *> ---- ----- --------- --- ---------- -*> \endverbatim -*> \verbatim +*> *> ZERO, ONE Real 0 and 1. *> MAXTYP The number of types defined. *> NMAX Largest value in NN. @@ -362,13 +357,11 @@ *> COND, CONDS, *> IMODE Values to be passed to the matrix generators. *> ANORM Norm of A; passed to matrix generators. -*> \endverbatim -*> \verbatim +*> *> OVFL, UNFL Overflow and underflow thresholds. *> ULP, ULPINV Finest relative precision and its inverse. *> RTULP, RTULPI Square roots of the previous 4 values. -*> \endverbatim -*> \verbatim +*> *> The following four arrays decode JTYPE: *> KTYPE(j) The general type (1-10) for type "j". *> KMODE(j) The MODE value to be passed to the matrix |