diff options
Diffstat (limited to 'SRC/dla_geamv.f')
-rw-r--r-- | SRC/dla_geamv.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/dla_geamv.f b/SRC/dla_geamv.f index 5b6690b8..ca889f3b 100644 --- a/SRC/dla_geamv.f +++ b/SRC/dla_geamv.f @@ -138,8 +138,8 @@ *> *> \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. |