Skip to content

Commit 1d5e559

Browse files
authored
chore: update parameter description
Signed-off-by: Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com>
1 parent 00af2a0 commit 1d5e559

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/blas/base/ggemv

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/base/ggemv/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ The function has the following parameters:
5252
- **α**: scalar constant.
5353
- **A**: input matrix stored in linear memory.
5454
- **lda**: stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`).
55-
- **x**: an `M` element input array.
55+
- **x**: input array.
5656
- **sx**: stride length for `x`.
5757
- **β**: scalar constant.
58-
- **y**: an `N` element input array.
58+
- **y**: output array.
5959
- **sy**: stride length for `y`.
6060

6161
The stride parameters determine how operations are performed. For example, to iterate over every other element in `x` and `y`,

0 commit comments

Comments
 (0)