Skip to content

Commit

Permalink
Updates documentation of *gemv.f, *gbmv.f, *la_gbamv.f, *la_geamv.f
Browse files Browse the repository at this point in the history
  • Loading branch information
weslleyspereira committed Aug 22, 2023
1 parent 9e7c7ae commit 658ac9d
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 8 deletions.
3 changes: 2 additions & 1 deletion BLAS/SRC/cgbmv.f
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@
*> ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.
*> Before entry, the incremented array Y must contain the
*> vector y. On exit, Y is overwritten by the updated vector y.
*> If either m or n is zero, then Y not referenced.
*> If either m or n is zero, then Y not referenced and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
3 changes: 2 additions & 1 deletion BLAS/SRC/cgemv.f
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@
*> Before entry with BETA non-zero, the incremented array Y
*> must contain the vector y. On exit, Y is overwritten by the
*> updated vector y.
*> If either m or n is zero, then Y not referenced.
*> If either m or n is zero, then Y not referenced and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
3 changes: 2 additions & 1 deletion BLAS/SRC/dgbmv.f
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@
*> ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.
*> Before entry, the incremented array Y must contain the
*> vector y. On exit, Y is overwritten by the updated vector y.
*> If either m or n is zero, then Y not referenced.
*> If either m or n is zero, then Y not referenced and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
3 changes: 2 additions & 1 deletion BLAS/SRC/dgemv.f
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@
*> Before entry with BETA non-zero, the incremented array Y
*> must contain the vector y. On exit, Y is overwritten by the
*> updated vector y.
*> If either m or n is zero, then Y not referenced.
*> If either m or n is zero, then Y not referenced and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
3 changes: 2 additions & 1 deletion BLAS/SRC/sgbmv.f
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@
*> ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.
*> Before entry, the incremented array Y must contain the
*> vector y. On exit, Y is overwritten by the updated vector y.
*> If either m or n is zero, then Y not referenced.
*> If either m or n is zero, then Y not referenced and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
3 changes: 2 additions & 1 deletion BLAS/SRC/sgemv.f
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@
*> Before entry with BETA non-zero, the incremented array Y
*> must contain the vector y. On exit, Y is overwritten by the
*> updated vector y.
*> If either m or n is zero, then Y not referenced.
*> If either m or n is zero, then Y not referenced and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
3 changes: 2 additions & 1 deletion BLAS/SRC/zgbmv.f
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@
*> ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.
*> Before entry, the incremented array Y must contain the
*> vector y. On exit, Y is overwritten by the updated vector y.
*> If either m or n is zero, then Y not referenced.
*> If either m or n is zero, then Y not referenced and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
3 changes: 2 additions & 1 deletion BLAS/SRC/zgemv.f
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@
*> Before entry with BETA non-zero, the incremented array Y
*> must contain the vector y. On exit, Y is overwritten by the
*> updated vector y.
*> If either m or n is zero, then Y not referenced.
*> If either m or n is zero, then Y not referenced and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
2 changes: 2 additions & 0 deletions SRC/cla_gbamv.f
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@
*> Before entry with BETA non-zero, the incremented array Y
*> must contain the vector y. On exit, Y is overwritten by the
*> updated vector y.
*> If either m or n is zero, then Y not referenced and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
2 changes: 2 additions & 0 deletions SRC/cla_geamv.f
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@
*> Before entry with BETA non-zero, the incremented array Y
*> must contain the vector y. On exit, Y is overwritten by the
*> updated vector y.
*> If either m or n is zero, then Y not referenced and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
2 changes: 2 additions & 0 deletions SRC/dla_gbamv.f
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@
*> Before entry with BETA non-zero, the incremented array Y
*> must contain the vector y. On exit, Y is overwritten by the
*> updated vector y.
*> If either m or n is zero, then Y not referenced and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
2 changes: 2 additions & 0 deletions SRC/dla_geamv.f
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@
*> Before entry with BETA non-zero, the incremented array Y
*> must contain the vector y. On exit, Y is overwritten by the
*> updated vector y.
*> If either m or n is zero, then Y not referenced and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
2 changes: 2 additions & 0 deletions SRC/sla_gbamv.f
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@
*> Before entry with BETA non-zero, the incremented array Y
*> must contain the vector y. On exit, Y is overwritten by the
*> updated vector y.
*> If either m or n is zero, then Y not referenced and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
2 changes: 2 additions & 0 deletions SRC/sla_geamv.f
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@
*> Before entry with BETA non-zero, the incremented array Y
*> must contain the vector y. On exit, Y is overwritten by the
*> updated vector y.
*> If either m or n is zero, then Y not referenced and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
2 changes: 2 additions & 0 deletions SRC/zla_gbamv.f
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@
*> Before entry with BETA non-zero, the incremented array Y
*> must contain the vector y. On exit, Y is overwritten by the
*> updated vector y.
*> If either m or n is zero, then Y not referenced and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
2 changes: 2 additions & 0 deletions SRC/zla_geamv.f
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@
*> Before entry with BETA non-zero, the incremented array Y
*> must contain the vector y. On exit, Y is overwritten by the
*> updated vector y.
*> If either m or n is zero, then Y not referenced and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down

0 comments on commit 658ac9d

Please sign in to comment.