summaryrefslogtreecommitdiff
path: root/SRC/sgeevx.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-09-30 18:34:50 +0000
committerjulie <julielangou@users.noreply.github.com>2011-09-30 18:34:50 +0000
commit13acf3d65eb8df4cb8df221509bf0178396dcff1 (patch)
treee3adc3e2fab395b82d4e1bc5111ad5a74afe4be3 /SRC/sgeevx.f
parentd3718a28ef2fad11da862ba0782d39ce506d249f (diff)
downloadlapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.tar.gz
lapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.tar.bz2
lapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.zip
Comments fix to be able to generate the new layout and the corresponding Doxygen documentation
Diffstat (limited to 'SRC/sgeevx.f')
-rw-r--r--SRC/sgeevx.f2
1 files changed, 2 insertions, 0 deletions
diff --git a/SRC/sgeevx.f b/SRC/sgeevx.f
index ca242063..53f642d2 100644
--- a/SRC/sgeevx.f
+++ b/SRC/sgeevx.f
@@ -105,6 +105,7 @@
* The leading dimension of the array A. LDA >= max(1,N).
*
* WR (output) REAL array, dimension (N)
+*
* WI (output) REAL 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