summaryrefslogtreecommitdiff
path: root/SRC/cggevx.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/cggevx.f')
-rw-r--r--SRC/cggevx.f32
1 files changed, 16 insertions, 16 deletions
diff --git a/SRC/cggevx.f b/SRC/cggevx.f
index d01cf918..0b74d130 100644
--- a/SRC/cggevx.f
+++ b/SRC/cggevx.f
@@ -2,18 +2,18 @@
*
* =========== DOCUMENTATION ===========
*
-* Online html documentation available at
-* http://www.netlib.org/lapack/explore-html/
+* Online html documentation available at
+* http://www.netlib.org/lapack/explore-html/
*
*> \htmlonly
-*> Download CGGEVX + dependencies
-*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/cggevx.f">
-*> [TGZ]</a>
-*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/cggevx.f">
-*> [ZIP]</a>
-*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/cggevx.f">
+*> Download CGGEVX + dependencies
+*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/cggevx.f">
+*> [TGZ]</a>
+*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/cggevx.f">
+*> [ZIP]</a>
+*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/cggevx.f">
*> [TXT]</a>
-*> \endhtmlonly
+*> \endhtmlonly
*
* Definition:
* ===========
@@ -22,7 +22,7 @@
* ALPHA, BETA, VL, LDVL, VR, LDVR, ILO, IHI,
* LSCALE, RSCALE, ABNRM, BBNRM, RCONDE, RCONDV,
* WORK, LWORK, RWORK, IWORK, BWORK, INFO )
-*
+*
* .. Scalar Arguments ..
* CHARACTER BALANC, JOBVL, JOBVR, SENSE
* INTEGER IHI, ILO, INFO, LDA, LDB, LDVL, LDVR, LWORK, N
@@ -37,7 +37,7 @@
* $ BETA( * ), VL( LDVL, * ), VR( LDVR, * ),
* $ WORK( * )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -271,7 +271,7 @@
*> numbers of the eigenvectors, stored in consecutive elements
*> of the array. If the eigenvalues cannot be reordered to
*> compute RCONDV(j), RCONDV(j) is set to 0; this can only occur
-*> when the true value would be very small anyway.
+*> when the true value would be very small anyway.
*> If SENSE = 'N' or 'E', RCONDV is not referenced.
*> \endverbatim
*>
@@ -330,10 +330,10 @@
* Authors:
* ========
*
-*> \author Univ. of Tennessee
-*> \author Univ. of California Berkeley
-*> \author Univ. of Colorado Denver
-*> \author NAG Ltd.
+*> \author Univ. of Tennessee
+*> \author Univ. of California Berkeley
+*> \author Univ. of Colorado Denver
+*> \author NAG Ltd.
*
*> \date April 2012
*