We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d059be4 commit e0b792aCopy full SHA for e0b792a
2 files changed
SRC/dlasd8.f
@@ -133,7 +133,7 @@
133
*>
134
*> \param[out] WORK
135
*> \verbatim
136
-*> WORK is DOUBLE PRECISION array, dimension at least 3 * K
+*> WORK is DOUBLE PRECISION array, dimension (3*K)
137
*> \endverbatim
138
139
*> \param[out] INFO
SRC/slasd8.f
-*> WORK is REAL array, dimension at least 3 * K
+*> WORK is REAL array, dimension (3*K)
0 commit comments