We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c481d commit ddc1adeCopy full SHA for ddc1ade
2 files changed
SRC/dla_geamv.f
@@ -138,8 +138,8 @@
138
*>
139
*> \param[in,out] Y
140
*> \verbatim
141
-*> Y is DOUBLE PRECISION
142
-*> Array of DIMENSION at least
+*> Y is DOUBLE PRECISION array,
+*> dimension at least
143
*> ( 1 + ( m - 1 )*abs( INCY ) ) when TRANS = 'N' or 'n'
144
*> and at least
145
*> ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.
SRC/sla_geamv.f
-*> Y is REAL
+*> Y is REAL array,
0 commit comments