We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402d685 commit ce99777Copy full SHA for ce99777
1 file changed
SRC/dlasd0.f
@@ -112,14 +112,12 @@
112
*>
113
*> \param[out] IWORK
114
*> \verbatim
115
-*> IWORK is INTEGER work array.
116
-*> Dimension must be at least (8 * N)
+*> IWORK is INTEGER array, dimension (8*N)
117
*> \endverbatim
118
119
*> \param[out] WORK
120
121
-*> WORK is DOUBLE PRECISION work array.
122
-*> Dimension must be at least (3 * M**2 + 2 * M)
+*> WORK is DOUBLE PRECISION array, dimension (3*M**2+2*M)
123
124
125
*> \param[out] INFO
0 commit comments