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 dcedfd9 commit 6e81a38Copy full SHA for 6e81a38
lib/node_modules/@stdlib/blas/base/zdscal/README.md
@@ -222,7 +222,7 @@ The function accepts the following arguments:
222
223
- **N**: `[in] CBLAS_INT` number of indexed elements.
224
- **alpha**: `[in] double` scalar constant.
225
-- **x**: `[inout] void*` input array.
+- **X**: `[inout] void*` input array.
226
- **strideX**: `[in] CBLAS_INT` index increment for `x`.
227
- **offsetX**: `[in] CBLAS_INT` starting index for `x`.
228
0 commit comments