Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions BLAS/SRC/cgbmv.f
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +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 and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
2 changes: 2 additions & 0 deletions BLAS/SRC/cgemv.f
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +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 and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
2 changes: 2 additions & 0 deletions BLAS/SRC/dgbmv.f
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +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 and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
2 changes: 2 additions & 0 deletions BLAS/SRC/dgemv.f
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +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 and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
2 changes: 2 additions & 0 deletions BLAS/SRC/sgbmv.f
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +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 and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
2 changes: 2 additions & 0 deletions BLAS/SRC/sgemv.f
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +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 and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
2 changes: 2 additions & 0 deletions BLAS/SRC/zgbmv.f
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +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 and the function
*> performs a quick return.
*> \endverbatim
*>
*> \param[in] INCY
Expand Down
2 changes: 2 additions & 0 deletions BLAS/SRC/zgemv.f
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +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 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