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 0620efe commit 3e84f80Copy full SHA for 3e84f80
lib/node_modules/@stdlib/blas/base/dgemv/README.md
@@ -257,7 +257,7 @@ The function accepts the following arguments:
257
- **A**: `[inout] double*` input matrix.
258
- **strideA1**: `[in] CBLAS_INT` stride of the first dimension of `A`.
259
- **strideA2**: `[in] CBLAS_INT` stride of the second dimension of `A`.
260
-- **oa**: `[in] CBLAS_INT` starting index for `A`.
+- **offsetA**: `[in] CBLAS_INT` starting index for `A`.
261
- **X**: `[in] double*` first input vector.
262
- **strideX**: `[in] CBLAS_INT` index increment for `X`.
263
- **offsetX**: `[in] CBLAS_INT` starting index for `X`.
0 commit comments