summaryrefslogtreecommitdiff
path: root/SRC/dgeevx.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dgeevx.f')
-rw-r--r--SRC/dgeevx.f2
1 files changed, 2 insertions, 0 deletions
diff --git a/SRC/dgeevx.f b/SRC/dgeevx.f
index 484f5fbc..483c5a14 100644
--- a/SRC/dgeevx.f
+++ b/SRC/dgeevx.f
@@ -105,6 +105,7 @@
* The leading dimension of the array A. LDA >= max(1,N).
*
* WR (output) DOUBLE PRECISION array, dimension (N)
+*
* WI (output) DOUBLE PRECISION array, dimension (N)
* WR and WI contain the real and imaginary parts,
* respectively, of the computed eigenvalues. Complex
@@ -143,6 +144,7 @@
* JOBVR = 'V', LDVR >= N.
*
* ILO (output) INTEGER
+*
* IHI (output) INTEGER
* ILO and IHI are integer values determined when A was
* balanced. The balanced A(i,j) = 0 if I > J and