We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00af2a0 commit 1d5e559Copy full SHA for 1d5e559
lib/node_modules/@stdlib/blas/base/ggemv/README.md
@@ -52,10 +52,10 @@ The function has the following parameters:
52
- **α**: scalar constant.
53
- **A**: input matrix stored in linear memory.
54
- **lda**: stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`).
55
-- **x**: an `M` element input array.
+- **x**: input array.
56
- **sx**: stride length for `x`.
57
- **β**: scalar constant.
58
-- **y**: an `N` element input array.
+- **y**: output array.
59
- **sy**: stride length for `y`.
60
61
The stride parameters determine how operations are performed. For example, to iterate over every other element in `x` and `y`,
0 commit comments