aboutsummaryrefslogtreecommitdiff
path: root/SRC/dsbgst.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dsbgst.f')
-rw-r--r--SRC/dsbgst.f30
1 files changed, 15 insertions, 15 deletions
diff --git a/SRC/dsbgst.f b/SRC/dsbgst.f
index dce9b486..9d6af879 100644
--- a/SRC/dsbgst.f
+++ b/SRC/dsbgst.f
@@ -2,25 +2,25 @@
*
* =========== 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 DSBGST + dependencies
-*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dsbgst.f">
-*> [TGZ]</a>
-*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/dsbgst.f">
-*> [ZIP]</a>
-*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/dsbgst.f">
+*> Download DSBGST + dependencies
+*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dsbgst.f">
+*> [TGZ]</a>
+*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/dsbgst.f">
+*> [ZIP]</a>
+*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/dsbgst.f">
*> [TXT]</a>
-*> \endhtmlonly
+*> \endhtmlonly
*
* Definition:
* ===========
*
* SUBROUTINE DSBGST( VECT, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, X,
* LDX, WORK, INFO )
-*
+*
* .. Scalar Arguments ..
* CHARACTER UPLO, VECT
* INTEGER INFO, KA, KB, LDAB, LDBB, LDX, N
@@ -29,7 +29,7 @@
* DOUBLE PRECISION AB( LDAB, * ), BB( LDBB, * ), WORK( * ),
* $ X( LDX, * )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -146,10 +146,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 November 2011
*