summaryrefslogtreecommitdiff
path: root/SRC/stgevc.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-11-01 22:02:31 +0000
committerjulie <julielangou@users.noreply.github.com>2011-11-01 22:02:31 +0000
commitd5c30c90bdecf38da1064e2ed52583634573e741 (patch)
tree480fc5ff31ee14b83116b6428aad79ea6e89362d /SRC/stgevc.f
parent04670a68760fa27333f8bcef8172f71adc6880ef (diff)
downloadlapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.gz
lapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.bz2
lapack-d5c30c90bdecf38da1064e2ed52583634573e741.zip
Never say never...
Diffstat (limited to 'SRC/stgevc.f')
-rw-r--r--SRC/stgevc.f12
1 files changed, 4 insertions, 8 deletions
diff --git a/SRC/stgevc.f b/SRC/stgevc.f
index 2bcabf22..d382322a 100644
--- a/SRC/stgevc.f
+++ b/SRC/stgevc.f
@@ -146,13 +146,11 @@
*> if HOWMNY = 'S', the left eigenvectors of (S,P) specified by
*> SELECT, stored consecutively in the columns of
*> VL, in the same order as their eigenvalues.
-*> \endverbatim
-*> \verbatim
+*>
*> A complex eigenvector corresponding to a complex eigenvalue
*> is stored in two consecutive columns, the first holding the
*> real part, and the second the imaginary part.
-*> \endverbatim
-*> \verbatim
+*>
*> Not referenced if SIDE = 'R'.
*> \endverbatim
*>
@@ -169,8 +167,7 @@
*> On entry, if SIDE = 'R' or 'B' and HOWMNY = 'B', VR must
*> contain an N-by-N matrix Z (usually the orthogonal matrix Z
*> of right Schur vectors returned by SHGEQZ).
-*> \endverbatim
-*> \verbatim
+*>
*> On exit, if SIDE = 'R' or 'B', VR contains:
*> if HOWMNY = 'A', the matrix X of right eigenvectors of (S,P);
*> if HOWMNY = 'B' or 'b', the matrix Z*X;
@@ -178,8 +175,7 @@
*> specified by SELECT, stored consecutively in the
*> columns of VR, in the same order as their
*> eigenvalues.
-*> \endverbatim
-*> \verbatim
+*>
*> A complex eigenvector corresponding to a complex eigenvalue
*> is stored in two consecutive columns, the first holding the
*> real part and the second the imaginary part.