summaryrefslogtreecommitdiff
path: root/SRC/sgesv.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/sgesv.f')
-rw-r--r--SRC/sgesv.f6
1 files changed, 4 insertions, 2 deletions
diff --git a/SRC/sgesv.f b/SRC/sgesv.f
index d413b90f..98d12883 100644
--- a/SRC/sgesv.f
+++ b/SRC/sgesv.f
@@ -5,13 +5,15 @@
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
+*> \htmlonly
*> Download SGESV + dependencies
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/sgesv.f">
*> [TGZ]</a>
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/sgesv.f">
*> [ZIP]</a>
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/sgesv.f">
-*> [TXT]</a>
+*> [TXT]</a>
+*> \endhtmlonly
*
* Definition
* ==========
@@ -122,7 +124,7 @@
* =====================================================================
SUBROUTINE SGESV( N, NRHS, A, LDA, IPIV, B, LDB, 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