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 7846e89 commit 1582d42Copy full SHA for 1582d42
lib/node_modules/@stdlib/blas/base/dgemv/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 [`Float64Array`][mdn-float64array].
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 [`Float64Array`][mdn-float64array].
58
- **sx**: stride length for `x`.
59
- **β**: scalar constant.
0 commit comments