diff options
Diffstat (limited to 'TESTING/EIG/dget23.f')
-rw-r--r-- | TESTING/EIG/dget23.f | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TESTING/EIG/dget23.f b/TESTING/EIG/dget23.f index bd1471dc..c055d620 100644 --- a/TESTING/EIG/dget23.f +++ b/TESTING/EIG/dget23.f @@ -214,8 +214,7 @@ *> \param[out] WI *> \verbatim *> WI is DOUBLE PRECISION array, dimension (N) -*> \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 @@ -228,8 +227,7 @@ *> \param[out] WI1 *> \verbatim *> WI1 is DOUBLE PRECISION array, dimension (N) -*> \endverbatim -*> \verbatim +*> *> Like WR, WI, these arrays contain the eigenvalues of A, *> but those computed when DGEEVX only computes a partial *> eigendecomposition, i.e. not the eigenvalues and left |