summaryrefslogtreecommitdiff
path: root/SRC/slasd0.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/slasd0.f')
-rw-r--r--SRC/slasd0.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/slasd0.f b/SRC/slasd0.f
index b3eb0735..60b05eb4 100644
--- a/SRC/slasd0.f
+++ b/SRC/slasd0.f
@@ -81,7 +81,7 @@
*>
*> \param[out] U
*> \verbatim
-*> U is REAL array, dimension at least (LDQ, N)
+*> U is REAL array, dimension (LDU, N)
*> On exit, U contains the left singular vectors.
*> \endverbatim
*>
@@ -93,7 +93,7 @@
*>
*> \param[out] VT
*> \verbatim
-*> VT is REAL array, dimension at least (LDVT, M)
+*> VT is REAL array, dimension (LDVT, M)
*> On exit, VT**T contains the right singular vectors.
*> \endverbatim
*>