Skip to content

Commit 3e84f80

Browse files
authored
chore: update parameter naming
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 0620efe commit 3e84f80

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/dgemv

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dgemv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ The function accepts the following arguments:
257257
- **A**: `[inout] double*` input matrix.
258258
- **strideA1**: `[in] CBLAS_INT` stride of the first dimension of `A`.
259259
- **strideA2**: `[in] CBLAS_INT` stride of the second dimension of `A`.
260-
- **oa**: `[in] CBLAS_INT` starting index for `A`.
260+
- **offsetA**: `[in] CBLAS_INT` starting index for `A`.
261261
- **X**: `[in] double*` first input vector.
262262
- **strideX**: `[in] CBLAS_INT` index increment for `X`.
263263
- **offsetX**: `[in] CBLAS_INT` starting index for `X`.

0 commit comments

Comments
 (0)