xLA_GEAMV; parameter comments: pull 'array' to the type declaration line
authorHenning Thielemann <git@henning-thielemann.de>
Thu, 8 Jun 2017 15:43:24 +0000 (17:43 +0200)
committerHenning Thielemann <git@henning-thielemann.de>
Thu, 8 Jun 2017 15:43:24 +0000 (17:43 +0200)
SRC/dla_geamv.f
SRC/sla_geamv.f

index 5b6690b..ca889f3 100644 (file)
 *>
 *> \param[in,out] Y
 *> \verbatim
-*>          Y is DOUBLE PRECISION
-*>           Array of DIMENSION at least
+*>          Y is DOUBLE PRECISION array,
+*>           dimension at least
 *>           ( 1 + ( m - 1 )*abs( INCY ) ) when TRANS = 'N' or 'n'
 *>           and at least
 *>           ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.
index 083a823..e5dcfb3 100644 (file)
 *>
 *> \param[in,out] Y
 *> \verbatim
-*>          Y is REAL
-*>           Array of DIMENSION at least
+*>          Y is REAL array,
+*>           dimension at least
 *>           ( 1 + ( m - 1 )*abs( INCY ) ) when TRANS = 'N' or 'n'
 *>           and at least
 *>           ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.