summaryrefslogtreecommitdiff
path: root/SRC/dtrsen.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dtrsen.f')
-rw-r--r--SRC/dtrsen.f4
1 files changed, 3 insertions, 1 deletions
diff --git a/SRC/dtrsen.f b/SRC/dtrsen.f
index b5e19a9f..18ecc39c 100644
--- a/SRC/dtrsen.f
+++ b/SRC/dtrsen.f
@@ -130,9 +130,12 @@
*> \param[out] WR
*> \verbatim
*> WR is DOUBLE PRECISION array, dimension (N)
+*> \endverbatim
*> \param[out] WI
*> \verbatim
*> WI is DOUBLE PRECISION array, dimension (N)
+*> \endverbatim
+*> \verbatim
*> The real and imaginary parts, respectively, of the reordered
*> eigenvalues of T. The eigenvalues are stored in the same
*> order as on the diagonal of T, with WR(i) = T(i,i) and, if
@@ -141,7 +144,6 @@
*> sufficiently ill-conditioned, then its value may differ
*> significantly from its value before reordering.
*> \endverbatim
-*> \endverbatim
*>
*> \param[out] M
*> \verbatim