summaryrefslogtreecommitdiff
path: root/SRC/dtgsja.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dtgsja.f')
-rw-r--r--SRC/dtgsja.f9
1 files changed, 3 insertions, 6 deletions
diff --git a/SRC/dtgsja.f b/SRC/dtgsja.f
index c8a3b476..fdf5d29b 100644
--- a/SRC/dtgsja.f
+++ b/SRC/dtgsja.f
@@ -185,8 +185,7 @@
*> \param[in] L
*> \verbatim
*> L is INTEGER
-*> \endverbatim
-*> \verbatim
+*>
*> K and L specify the subblocks in the input matrices A and B:
*> A23 = A(K+1:MIN(K+L,M),N-L+1:N) and B13 = B(1:L,N-L+1:N)
*> of A and B, whose GSVD is going to be computed by DTGSJA.
@@ -229,8 +228,7 @@
*> \param[in] TOLB
*> \verbatim
*> TOLB is DOUBLE PRECISION
-*> \endverbatim
-*> \verbatim
+*>
*> TOLA and TOLB are the convergence criteria for the Jacobi-
*> Kogbetliantz iteration procedure. Generally, they are the
*> same as used in the preprocessing step, say
@@ -246,8 +244,7 @@
*> \param[out] BETA
*> \verbatim
*> BETA is DOUBLE PRECISION array, dimension (N)
-*> \endverbatim
-*> \verbatim
+*>
*> On exit, ALPHA and BETA contain the generalized singular
*> value pairs of A and B;
*> ALPHA(1:K) = 1,