diff options
Diffstat (limited to 'TESTING/EIG/sdrvvx.f')
-rw-r--r-- | TESTING/EIG/sdrvvx.f | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/TESTING/EIG/sdrvvx.f b/TESTING/EIG/sdrvvx.f index 28b8b7bd..9b32d066 100644 --- a/TESTING/EIG/sdrvvx.f +++ b/TESTING/EIG/sdrvvx.f @@ -340,8 +340,7 @@ *> \param[out] WI1 *> \verbatim *> WI1 is REAL array, dimension (max(NN,12)) -*> \endverbatim -*> \verbatim +*> *> Like WR, WI, these arrays contain the eigenvalues of A, *> but those computed when SGEEVX only computes a partial *> eigendecomposition, i.e. not the eigenvalues and left @@ -475,15 +474,12 @@ *> If <0, then input paramter -INFO is incorrect. *> If >0, SLATMR, SLATMS, SLATME or SGET23 returned an error *> code, and INFO is its absolute value. -*> \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 or 12. @@ -491,13 +487,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 |