summaryrefslogtreecommitdiff
path: root/SRC/cgesvx.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/cgesvx.f')
-rw-r--r--SRC/cgesvx.f6
1 files changed, 4 insertions, 2 deletions
diff --git a/SRC/cgesvx.f b/SRC/cgesvx.f
index 3432e83e..660e9118 100644
--- a/SRC/cgesvx.f
+++ b/SRC/cgesvx.f
@@ -5,13 +5,15 @@
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
+*> \htmlonly
*> Download CGESVX + dependencies
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/cgesvx.f">
*> [TGZ]</a>
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/cgesvx.f">
*> [ZIP]</a>
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/cgesvx.f">
-*> [TXT]</a>
+*> [TXT]</a>
+*> \endhtmlonly
*
* Definition
* ==========
@@ -352,7 +354,7 @@
$ EQUED, R, C, B, LDB, X, LDX, RCOND, FERR, BERR,
$ WORK, RWORK, INFO )
*
-* -- LAPACK solve routine (version 3.2) --
+* -- LAPACK driver routine (version 3.2) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* November 2011