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 01f149a commit a1d90a8Copy full SHA for a1d90a8
lib/node_modules/@stdlib/blas/base/dger/README.md
@@ -57,9 +57,9 @@ The function has the following parameters:
57
- **M**: number of rows in the matrix `A`.
58
- **N**: number of columns in the matrix `A`.
59
- **α**: scalar constant.
60
-- **x**: input [`Float64Array`][mdn-float64array].
+- **x**: an `M` element [`Float64Array`][mdn-float64array].
61
- **sx**: stride length for `x`.
62
-- **y**: output [`Float64Array`][mdn-float64array].
+- **y**: an `N` element [`Float64Array`][mdn-float64array].
63
- **sy**: stride length for `y`.
64
- **A**: input matrix stored in linear memory as a [`Float64Array`][mdn-float64array].
65
- **lda**: stride of the first dimension of `A` (leading dimension of `A`).
0 commit comments