summaryrefslogtreecommitdiff
path: root/SRC/slasd3.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-11-01 22:02:31 +0000
committerjulie <julielangou@users.noreply.github.com>2011-11-01 22:02:31 +0000
commitd5c30c90bdecf38da1064e2ed52583634573e741 (patch)
tree480fc5ff31ee14b83116b6428aad79ea6e89362d /SRC/slasd3.f
parent04670a68760fa27333f8bcef8172f71adc6880ef (diff)
downloadlapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.gz
lapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.bz2
lapack-d5c30c90bdecf38da1064e2ed52583634573e741.zip
Never say never...
Diffstat (limited to 'SRC/slasd3.f')
-rw-r--r--SRC/slasd3.f6
1 files changed, 2 insertions, 4 deletions
diff --git a/SRC/slasd3.f b/SRC/slasd3.f
index 106c1fc9..ba89d980 100644
--- a/SRC/slasd3.f
+++ b/SRC/slasd3.f
@@ -75,8 +75,7 @@
*> SQRE is INTEGER
*> = 0: the lower block is an NR-by-NR square matrix.
*> = 1: the lower block is an NR-by-(NR+1) rectangular matrix.
-*> \endverbatim
-*> \verbatim
+*>
*> The bidiagonal matrix has N = NL + NR + 1 rows and
*> M = N + SQRE >= N columns.
*> \endverbatim
@@ -175,8 +174,7 @@
*> contains non-zero entries only at and below (or after) NL+2;
*> and the third is dense. The first column of U and the row of
*> VT are treated separately, however.
-*> \endverbatim
-*> \verbatim
+*>
*> The rows of the singular vectors found by SLASD4
*> must be likewise permuted before the matrix multiplies can
*> take place.