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 1582d42 commit c005d72Copy full SHA for c005d72
lib/node_modules/@stdlib/blas/base/sgemv/README.md
@@ -53,7 +53,7 @@ The function has the following parameters:
53
- **N**: number of columns in the matrix `A`.
54
- **α**: scalar constant.
55
- **A**: input matrix stored in linear memory as a [`Float32Array`][mdn-float32array].
56
-- **lda**: stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`).
+- **LDA**: stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`).
57
- **x**: input [`Float32Array`][mdn-float32array].
58
- **sx**: stride length for `x`.
59
- **β**: scalar constant.
0 commit comments